    html {
        height: 100%;
    }
    body {
        color: #fff;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        height: 100%;
        background-color: #fff;
    }
    h1 {
        margin-top: 20px;
        font-size: 50px;
        opacity: 1;
    }
    @media all and (max-width: 980px) {
        h1 {
            font-size: 35px;
        }
        .under-construction p {
            font-size: 20px;
        }
    }
    @media all and (max-width: 767px) {
        h1 {
            font-size: 28px;
        }
        .under-construction p {
            font-size: 16px;
        }
    }
    h2 {
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }
    .wrap {
        height: auto;
        min-height: 100%;
        background-color: #3B4251;
    }
    .logo-wrap {
        text-align: center;
        padding: 50px;

    }
    .domain {
        position: absolute;
        text-align: center;
        width: 100%;
        margin-left: -50%;
        top: 42.5%;
        left: 50%;
    }
    .footer {
        text-align: center;
        color: #DCDCDC;
        margin: auto;
        padding: 15px 20px 18px 20px;
        position: relative;
        clear: both;
        height: 40px;
        margin-top: -73px;
        background-color: #444;
        font-size: 12px;
        line-height: 22px;
    }
    p {
        margin: 0;
    }
    .footer a {
        color: #DCDCDC;
    }
    p.description {
        padding-top: 10px;
        font-size: 18px;
    }

    .under-construction {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 5%;
        font-size: 24px;
        line-height: 1;
        font-weight: 300;
    }
    .logo svg .fill-reverse {
        fill: #fff;
    }
    img {
        filter: brightness(0) invert(1);
    }
