.thankyou {
    max-width: 600px;
    text-align: center;
    margin: 300px auto 360px;
}
.thankyou h1 {
    font-size: 35px;
    font-weight: 600;
}
.thankyou p {
    color: #707070;
    margin-top: 2rem;
    font-size: 18px;
    text-align: center;
}
.thankyou button {
    padding: 10px 20px;
    background-color: #a6d6c9;
    border: none;
    margin-top: 1rem;
}
.thankyou button a {
    font-family: 'Euclid Circular A';
    font-size: 14px !important;
    line-height: 1.5;
    font-style: normal;
    color: #0a0a0a;
    letter-spacing: 2px;
    text-decoration: none;
}