#reptile-quiz {
    text-align: center;
    margin-top: 20px;
}

.options {
    margin-top: 10px;
}

.option {
    margin: 5px;
}

.option.selected {
    background-color: #ccc; /* Change to desired background color */
    color: #fff; /* Change to desired text color */
}

.feedback {
    margin-top: 20px;
}

#quiz-status {
    float: right;
}