body {
    background-color: beige;
}
h2 {
    padding-top: 5%;
    font-family: Arial;
    text-align: center;
    margin-bottom: 3%;   

}
h3 {
    text-align: center;
    text-decoration: underline;
}
#choices {
    text-align: center;
}
button {
    border-color: blanchedalmond;
    background-color: rgb(177, 224, 208);
    font-size: large;
}
#result {
    margin-top: 2%;
    text-align: center;
    font-size: large;
}
