body {
    font-family: Arial, sans-serif;
    background-color: #033067;
    color: white;
}  

.thank-you-section {
    text-align: center;
    padding: 100px 20px;
}

.thank-you-section h1 {
    color: #d7ff00;
    font-weight: bold;
    font-size: 48px;
}

.thank-you-section p {
    font-size: 20px;
    margin-bottom: 40px;
}

.btn-back {
    background-color: red;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
}

.btn-back:hover {
    background-color: darkred;
}

.navbar {
    /* background-color: #000; */
    border-bottom: 1px solid #444;
}

.navbar .nav-link {
    color: #d7ff00;
    font-size: 16px;
}

.navbar .btn-danger {
    background-color: red;
    font-size: 16px;
    border: none;
}

.navbar .btn-danger:hover {
    background-color: darkred;
}
