body, html {
    background-color: #26060B;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    gap: 10vh;
}

#logo {
    width: 25vw !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}

#maintenance {
    width: 25%;
}

#description {
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    margin-top: 20px;
    max-width: 40%;
}

@media screen and (max-width: 1024px) {
    #logo {
        margin: 0 !important;
    }

    #maintenance {
        width: 50%;
    }

    #description {
        max-width: 80%;
    }
}

@media screen and (max-width: 540px) {
    #description {
        font-size: 1rem !important;
    }
}
