html {
    font-size: 16px;
    background-color: #eeeeee;
}

.wrap {
    margin: auto;
    text-align: center;
}

#orderHand {
    width: 5rem;
    height: 5rem;
}

#hands {
    margin: auto;
    /* margin-top: 2rem; */
}

#hands img {
    width: 8rem;
    height: 8rem;
    border: 1px solid #444444;
    margin: 1rem;
}

#hands img:hover {
    background-color: #888888;
}

#order {
    font-size: 1.3rem;
}

#answer {
    font-size: 1.2rem;
    font-weight: 900;
    color: #ee2222;
}
