.thankyou .icon svg {
    fill: #21c9d9;
    width: 100px;
}

.thankyou {
    display: flex;
    flex-direction: column;
    margin-top: 130px;
    margin-bottom: 70px;
    align-items: center;
}

.thankyou .title {
    font-size: 42px;
    color: white;
    font-weight: 700;
}

.thankyou .excerpt {
    color: white;
    margin: 0 20%;
    font-size: 24px;
    text-align: center;
}