body{
    background-color: #efefef;
}

.count{
    display: inline;
    float: right;
}

#question-count{
    text-align: center;
}

.hide{
    display: none;
}

#question-block{
    border-bottom: solid 2px rgb(211, 145, 23);
}

.answer-choices{
    display: block;
    margin-bottom: 5px;
}

