.handContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.handContainer.single img {
    width: 150px;
    height: 150px;
}

.handContainer.double img {
    width: 250px;
    height: 175px;
}

.handContainer.duo {
    margin: 25px 0;
}

.handContainer.duo .hand {
    width: 100px;
    margin: 0 25px;
}

.handContainer.duo img {
    width: 100px;
}

.handContainer .questionMark {
    display: flex;
    align-items: center;
    justify-content: center;
}

.handQuestion {
    margin: 30px 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.handQuestion span {
    font-size: 8rem;
}

.handContainer .questionMark span {
    font-size: 5rem;
}

.finger-answer.images img {
    width: 100%;
    height: 100%;
}
