.question{
    margin: 1% auto 0;
    width: 80%;
    text-align: center;
    padding: 1%;
    clear: both;
}

.answers{
    margin: auto;
    width: 80%;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 10%;
}
.answers button {
    font-family: "Myriad Pro";
    border:none;
    height: 40px;
    width: 100%;
    font-size:1em;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    display: inline-block;
    background-color: #fedb00;
} 
.answers button:hover {
    background-color: #ffa600;

}
.answers button:active {
    background-color: #ffa600;
}
.reset {
    font-family: "Myriad Pro";
    border: none;
    margin: 18px 10px;
    height: 30px;

    width: auto;              /* let content size it */
    padding: 0 14px;          /* horizontal breathing room */
    white-space: nowrap;      /* prevents line break */

    font-size: 1em;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    display: inline-block;
    background-color: #fedb00;
}
.reset:hover {
    opacity: 1;
    background-color: #ffa600;

}
.reset:active {
    background-color: #ffa600;
}

 #dexp, #dq, #sda, #gq, #hmch, #sob, #boom, #secuq, #logiq{
    display: none;
}
#spot, #gun, #dlogi, #logi, #dsecu, #secu{
    display: none;
    margin-left: auto;
    margin-right: auto;
    font-size:1em;
}

#quiz-sec{
    display: none;
}


@media (max-width: 500px) {
    .answers button {font-size: .8em;}
}