*{box-sizing:border-box;margin:0;padding:0;font-family:Hanken Grotesk,Arial,sans-serif}body{background-color:#262626;color:#d9d9d9;padding:20px;height:100vh}div#root{height:100%;display:flex;justify-content:center;align-items:center}main{display:flex;flex-direction:column;align-items:center}header{display:flex;flex-direction:column;align-items:center}header>h1{font-size:2.5rem;font-weight:500;color:#f9f4da}header>p{font-size:1.2rem;max-width:300px;color:#8e8e8e}section.game-status{display:flex;flex-direction:column;align-items:center;margin-block:30px;border-radius:4px;color:#f9f4da;width:100%;max-width:350px}section.game-status.won{background-color:#10a95b}section.game-status.lost{background-color:#ba2a2a}section.game-status.farewell{background-color:#7a5ea7;border:1px dashed #323232}section.game-status>p{margin:5px}section.game-status>p.farewell-message{font-style:italic;font-weight:400}section.game-status>h2{font-size:1.25rem;margin:5px}section.language-chips{display:flex;justify-self:center;flex-wrap:wrap;max-width:350px;gap:6px;justify-content:center;margin-bottom:36px}span.chip{border-radius:5px;padding:5px;position:relative}span.chip.lost:before{content:"💀";position:absolute;display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-size:.85rem;top:0;left:0;background-color:#000000b3}section.word{display:flex;justify-content:center;gap:5px;margin-bottom:20px}span.letter{display:flex;justify-content:center;align-items:center;height:40px;width:40px;font-size:1.125rem;background-color:#323232;border-bottom:1px solid #F9F4DA}span.missed-letter{color:#ec5d49}section.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}section.alphabets{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;max-width:450px;margin-bottom:36px}button.alpha-letter{width:35px;height:35px;background-color:#fcba29;border:1px solid #D7D7D7;border-radius:3px;cursor:pointer}button.alpha-letter:disabled{opacity:.6;cursor:not-allowed}button.correct{background-color:#10a95b;opacity:.6}button.wrong{background-color:#ec5d49;opacity:.4}button.new-game{display:block;margin-inline:auto;background-color:#11b5e5;border:1px solid #D7D7D7;border-radius:4px;width:225px;height:40px;padding:6px 12px;cursor:pointer}
