@keyframes correct{20%{background:#32d29699}}@keyframes incorrect{20%{background:#c9240799}}.letter{display:inline-block;font-size:1.5rem;min-width:1.25em;margin:4px 8px 8px!important;border-bottom:2px solid white;text-transform:uppercase;text-align:center}.letter.correct{animation:correct 1s}.letter.incorrect{animation:incorrect 1s}#wordDisplay.lost .letter.incorrect{color:#c92407;border-bottom-color:#c92407}#guessInput{width:80px;text-align:center;text-transform:uppercase}.letter-tile{display:inline-block;font-size:1.5rem;width:1.1em;margin:4px;background:#202020;transition:.3s}.letter-tile.correct{color:#000;background:#32d296}.letter-tile.incorrect{color:#000;background:#c92407}#hangman path{fill:none;stroke:#fff;stroke-width:2}@media screen and (max-width: 639px){.letter{font-size:1.25rem;margin:0 5px}#hangman path{stroke-width:5}#hangman #eyes path{stroke-width:2}}
