.twin-math {
    display: flex;
    background-image: url('../../../../images/math/tweeling_sommen.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 250px;
    height: 150px;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.twinContainer {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.twin-math span.questionMark,
.twin-math span.questionNumber {
    width: 85px;
    text-align: center;
}

.twin-math span.answerQuestion,
.twin-math span.answer {
    width: 80px;
    text-align: center;
}

.twin-math span.answer input[type=text] {
    height: 50px !important;
    width: 65px !important;
    margin-top: 5px !important;
}

.questionTitle {
    margin-bottom: 35px;
}

.twin-answer {
    margin-top: 35px;
}
