body {
    font-family: Arial, sans-serif;
    margin-left: 40px;
    margin-top: 30px;
    background-color: whitesmoke;
    color: #333;
}

h2 {
    color: #444;
}

.question {
    margin-bottom: 20px;
}

label {
    display: inline-block;
    margin: 5px 0;
}

button {
    background-color: #0077cc;
    color: white;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 10px;
}
