html,
body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;

}


body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.home {
    margin: 0;
    background-image: url(img/sand-tile.png);
    background-repeat: repeat;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;

}

.message {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    padding-top: 20vh;
    max-width: 648px;
    width: 80%;
    height: 40%;
    padding: 64px 64px;
    background: white;
    border-radius: 24px;
    color: #464953;

    img {
        width: auto;
        height: 40px;
    }

    .maintenance {
        display: flex;
        align-items: center;
    }

    .container-title {
        font-family: "outfit";
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        height: 80%;

        .title {
            font-size: 72px;
            font-weight: 500;
        }

        img {
            width: auto;
            height: 25vh;
        }
    }

}