body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
}

.maintenance-box {
    background-color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 300px;
}

.lightning {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

p {
    color: #333;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.5px;
}