.container{
    background: #fefefe;
    margin: 40px auto;
    padding: 20px 40px;
    border-radius: 6px;
}

h1 {
    text-align: center;
    margin-bottom: 10px;
}


p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
}

label {
    display: block;
    margin-top: 12px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
    width: 30%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.options {
    margin-top: 5px;
    margin-bottom: 15px;
}

button {
    padding: 10px;
    background-color: #292a29;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
}

button:hover {
    background-color:yellow;
}