div.clear {
    clear: both;
}

body {
    margin: 0px;
}

.thankyou-header {
    height: 110px;
    background-color: #12D0E3;
    text-align: center;
}

.logo {
    width: 85px;
    margin: 0 auto;
    padding-top: 23px;
}

.thank {
    text-align: center;
}

.thank h1 {
    font-size: 80px;
    color: #673AB7;
    font-family: 'Lato', sans-serif;
    margin-top: 50px;
    margin-bottom: 40px;
}

.thank h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .thank h1 {
        font-size: 70px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
