body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    /* justify-content: center; */
}
.container {
    /* justify-content: center; */
    width: 450px;
    height: 580px;
    margin-top: 100px;
    /* margin: 200px;
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 100px;
    margin-bottom: 0; */
    /* padding: 200px; */
    justify-items: center;
    background-color: #007bff;
    /* align-items: center; */

}
label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
input, select {
    padding: 8px;
    margin-bottom: 12px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    position:absolute;
    top: 613px;
    right: 730px;
    padding: 8px 16px;
    cursor: pointer;
    background-color:black;
    color: white;
    border: none;
    border-radius: 4px;
}
button:hover {
    background-color:blue;
}
p {
    margin-top: 20px;
    font-size: 1rem;
    color: #333;
}
#thankYouMessage {
    display: none;
    margin-top: 35px;
    font-size: 1.2rem;
    color: white;
}