.clock_container_worksheet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 150px;
    /*margin: 0 auto;*/
}

.clock_i {
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    margin: 2px;
}

.correct_clock_answer {
    border: 2px dotted #a1d464;
    border-radius: 15px;
}

.questions-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.question-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.question-container {
    display: flex;
    align-items: center;
}

.question-number {
    width: 30px;
    text-align: right;
    margin-right: 10px;
}

.clock_container_worksheet {
    margin-top: 10px;
    margin-left: 35px;
}


