.equation_w {
    height: 100%;
}

.eggs_image_w {
    --size: 0.23;
    width: 75%;
    height: calc(var(--size) * 2 * 213.49px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto auto 1em auto;
}

.question-number {
    margin-left: 1em;
}

.blank_w {
    margin: auto;
    border-bottom: dotted 1px black;
    color: transparent;
    width: min-content;
}

.correct_w {
    font-size: 1.5em;
    margin: auto;
    font-weight: bold;
    color: #00B419;
    width: 50px;
    display: flex;
    justify-content: space-evenly;
}