
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-top: 5vh;
    background: #181b2a;
    font-family: Montserrat;

    min-height: 100vh
}
.main-container {
    text-align: center;
    width: 1140px; 
    max-width: 100%;
    margin: auto
}
.main-title-container {
    border: 1px solid #fff;
    padding: 10px;
    width: 50%;
    margin: auto
}
.main-title {
    font-size: 25px!important;
    font-weight: 700
}
.main-container span {
    color: #fff;
    font-size: 30px
}
.s-title {
    margin-left: 10px;
    color: #fff!important
}
.content-container {
    text-align: center;
    background: #232635;
    width: 700px;
    margin: 50px auto;
    padding: 1px 0 25px;
}
.thanks-head {
    color: #fff;
    font-weight: 300;
    letter-spacing: 18px;
    font-size: 20px;
    margin-top: 80px;
}
.content span {
    margin-top: 16px;
    display: inline-block
}
.content div {
    margin-top: 16px;
    color: #00b4cb;
    font-weight: 900;
    font-size: 35px
}
.thanks-content {
    max-width: 100%;
    height: auto
}
.button {
    padding: 20px 12px;
    background: #158368;
    text-decoration: none;
    width: 450px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    margin: auto;
}
.button-container {
    width: 73%;
    margin: 30px auto
}
#clockdiv{
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div > span{
    background: #a71347;
    border-radius: 50%;
    font-size: 35px;
    min-width: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}
@media (max-width:991px) {
    .button-container {
        width: auto;
        margin: 30px auto
    }
    .thanks-content {
        width: 80%;
    }
    .main-title-container {
        border: 1px solid #fff;
        padding: 10px;
        width: 80%;
        margin: auto
    }
    .button {
        display: block;
        width: inherit;
    }
    .thanks-head {
        letter-spacing: 14px;
        font-size: 16px;
        margin-top: 70px;
    }

}
@media (max-width:767px) {
    .content-container {
        width: 550px;
    }
    .thanks-head {
        letter-spacing: 10px;
        font-size: 14px;
    }
}
@media (max-width:576px) {
    .content-container {
        width: 90%;
        margin: 20px auto 15px;
    }
    #clockdiv div > span {
        font-size: 19px;
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
        margin: auto;
    }
    .thanks-head {
        letter-spacing: 1vw;
        font-size: 3vw;
        margin-top: 5vh;
    }
    #clockdiv > div {
        padding: 1vw;
    }
    body {
        display: flex;
         padding-top: 0;
    }

}