.pair {
    cursor: pointer;
}

.pair .word {
    visibility: hidden;
}

.pair.revealed .word {
    visibility: visible;
}