body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 24px;
}
#question {
    font-size: 24px;  
    font-style: italic;  
    font-weight: bold;  
    margin-bottom: 20px;  
}


#options {
    margin: 20px 0;
}

button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #4ddb8d;
}

