*{box-sizing:border-box}body{color:#d9d9d9;background-color:#262626;height:100vh;margin:0;padding:20px;font-family:Hanken Grotesk,Arial,sans-serif}main{flex-direction:column;align-items:center;display:flex}header{flex-direction:column;justify-content:center;align-items:center;display:flex}header>p{text-align:center;color:#8e8e8e;max-width:350px;margin-top:4px;font-size:.875rem}.gameStatus{color:#f9f4da;text-align:center;border-radius:4px;flex-direction:column;align-items:center;width:100%;max-width:350px;min-height:60px;margin:10px 0 40px;padding:8px 10px;display:flex}.main-message{margin:1px;font-size:1.25rem;font-weight:500}.sub-message{margin:1px;font-size:1rem;font-weight:500}.gameStatus.won{background-color:#10a95b}.gameStatus.lost{background-color:#ba2a2a}.farewellMessage{background-color:#7a5ea7;border:1px dashed #323232;justify-content:center;align-items:center;font-style:italic;font-weight:400;display:flex}.languages-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:4.5px;max-width:350px;margin-bottom:36px;display:flex}.langTag{border-radius:3px;padding:4.5px;font-size:.75rem;font-weight:700;position:relative}.langTag.lost:before{content:"💀";background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;display:flex;position:absolute;top:0;left:0}.word{justify-content:center;align-items:center;gap:2px;margin-bottom:60px;display:flex}.letter{text-align:center;background-color:#323232;border-bottom:1px solid #f9f4da;width:40px;height:40px;padding:6px;font-size:1.125rem;font-weight:700}.missed-letter{color:red}.keyboard{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:480px;margin-bottom:20px;display:flex}.keyboardButtons{cursor:pointer;color:#000;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:4px;width:40px;height:40px;font-size:1rem;font-weight:600}.keyboard>button:disabled{opacity:.5;cursor:not-allowed}button.correct{background-color:#10a95b}button.wrong{background-color:#ec5d49}span.show{display:block}span.hide{display:none}.new-game{cursor:pointer;color:#000;background-color:#11b5e5;border:1px solid #d7d7d7;border-radius:4px;width:225px;height:40px;margin-inline:auto;padding:6px 12px;font-weight:600;display:block}.heading{justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.heading>h1{color:#f9f4da;margin:0;font-size:1.25rem;font-weight:500}.github-link{color:#f9f4da;cursor:pointer;font-size:.875rem;text-decoration:underline}
