.answer_container {
    display: flex;
    width: 142px;
    justify-content: center;
}

.worksheet_multiple_choice_answers {
    display: flex;

}

.worksheet_multiple_choice_answers_option {
    width: 33px;
    height: 33px;
    border: 1px solid rgba(0,0,0,0.3);
    margin: 2px;
    padding: 2px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exercise_container {
    display: flex;
    justify-content: space-between;
}

.divider_box_worksheet {
    margin-bottom: 20px;
}

.question_number {
    margin-right: 0px;
}