.question {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 2.4rem;
}

.questionOptions .button {
    margin-bottom: 0;
}

.question_mark {
    font-weight: bold;
    margin-right: 0.3em;
    margin-left: 0.3em;
    color: #377aab;
    border-bottom: solid #377aab 2px;
    position: relative;
    bottom: -2px;
}