body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
}

.maintenance-page {
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.maintenance-page-content {
    width: auto;
    max-width: 600px;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.qvp-logo {
    margin-top: 64px;
}

.construct-warning {
    margin-top: 125px;
    margin-bottom: 32px;
    width: 160px;
    height: 120px;
}

h1, p, span {
    text-align: center;
    color: #25282B;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

p {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 12px;
}

span {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 8px;
}


@media screen and (min-width: 768px) {
    .maintenance-page {
        background-size: 60%;
        background-position: center;
    }

    .construct-warning {
        margin-top: 175px;
        width: 205px;
        height: 150px;
    }

    h1 {
        font-size: 32px;
    }

}

@media screen and (min-width: 1280px) {
    .maintenance-page {
        background-position: center;
        background-size: 50%;
    }

    .construct-warning {
        margin-top: 65px;
        width: 260px;
        height: 185px;
    }

    h1 {
        font-size: 40px;
    }

    p {
        font-size: 16px;
    }

    span {
        font-size: 16px;
    }
}