.image-content {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 60px auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.image-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.answer {
    font-size: 2em;
    color: #2c3e50;
    margin: 20px 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-weight: bold;
}

.answer.show {
    opacity: 1;
}
