*{box-sizing:border-box}body{margin:0;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh}main{display:flex;flex-direction:column;align-items:center}header{text-align:center}header>h1{color:#f9f4da}header>p{color:#8e8e8e}section.game-status{display:flex;flex-direction:column;align-items:center;color:#f9f4da;border-radius:5px;margin-block:30px;min-height:60px;width:100%;max-width:450px}section.game-status>p.farewell-message{font-style:italic;font-weight:400}section.game-status.won{background-color:#10a95b}section.game-status.lost{background-color:#e74c3c}section.game-status.farewell{background-color:#7a5ea7;border:1px dashed #323232;padding:10px 15px}section.game-status>p{margin:5px 0}section.game-status>h2{margin:5px 0}.languages-container{display:flex;flex-wrap:wrap;gap:8px;max-width:450px;justify-content:center}span.language-box{padding:10px;border-radius:5px;font-size:1.1rem;position:relative}span.language-box.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}span.letter-box{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-bottom:2px solid #D9D9D9;margin:0 5px;font-size:1.5rem;font-weight:700;background-color:#323232}.word-container{margin-top:30px;text-align:center;display:flex;justify-content:center;gap:2px;margin-bottom:20px}.alphabet-container{margin-top:30px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:450px}section.alphabet-container>button{width:40px;height:40px;background-color:#404040;border-radius:5px;color:#fcba29;font-size:1.1rem;font-weight:600;cursor:pointer}section.alphabet-container>.right{color:#10a95b}section.alphabet-container>.wrong{color:#e74c3c}section.alphabet-container>button:disabled{cursor:not-allowed;opacity:.5}button.new-game{background-color:#11b5e5;border-radius:4px;width:225px;height:40px;padding:6px 12px;display:block;margin:30px auto;cursor:pointer;font-size:1.2rem}.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}
