.custom-thankyou-text {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #f79323;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center;
}
.custom-thankyou-text a {
    color: #f79323;
    text-decoration: underline;
}