.answer_container {
    position: relative;
    display: flex;
    justify-content: center;
    height: 2px;
    width: 50px;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    padding-top: 5px;
}

.sum_total_container {
    display: flex;
    justify-content: center;
}

.sum_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    width: 185px;
}

.sum_container img {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
}

.answer_container_answer {
    position: absolute;
    top: -24px;
}

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

.divider_box_worksheet {
    margin-bottom: 7px;
}

.question_number {
    margin-right: 35px;
}