body {
    margin: 0;
    background-image: url('../img/maintenance-bg.jpg');;
    background-position-x: center;
    height: 100vh;

}

p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.curtain {

    background-color: #0b0b0b;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 50%;
    z-index: 0;
}
.box {

    font-family: 'Segoe UI', sans-serif;
    color: white;
    padding-top: 160px;

    text-align: center;
    flex-direction: column;
    position: fixed;
    width: 100%;

    z-index: 10;
}
.logo {
    max-width: 500px    ;
}

@media (max-width: 768px) {
    .logo {
        max-width: 300px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .logo {
        max-width: 200px;
    }
}
