.thankyou-section {
    text-align: center;
    padding: 100px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: relative;
    z-index: 2;
}

.thankyou-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.thankyou-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.thanks-contact {
    margin-top: 100px;
}

.thankyou-section a {
    color: #1e90ff;
    text-decoration: underline;
}

.thankyou-section a:hover {
    color: #63b3ed;
}