body {
    background-color: #8a9882;
}

h2 {
    margin-bottom: 30px;
    font-weight: bold;
    color: #343a40;
}

.form-control {
    border-radius: 5px;
}

.btn {
    background-color: #007bff;
    color: #ffffff;
    font-weight: bold;
}

.container {
    background-color: #47dae4;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
