*{box-sizing:border-box;margin:0;padding:0}body{color:#d9d9d9;background-color:#262626;justify-content:center;height:100vh;padding:20px;font-family:Hanken Grotesk,Arial,sans-serif;display:flex}header{text-align:center;flex-direction:column;align-items:center;margin-top:20px;display:flex}header h1{color:#f9f4da;margin-bottom:10px;font-size:1.25rem;font-weight:500}header p{color:#8e8e8e;max-width:350px;font-size:.875rem}section.game-status{color:#f9f4da;border-radius:4px;flex-direction:column;align-items:center;max-width:350px;margin-block:30px;margin-inline:auto;display:flex}section.game-status.won{background-color:#10a95b}section.game-status.lost{background-color:#ba2a2a}section.game-status p{margin:5px}section.game-status.farewell-message{background-color:#7a5ea7;border:1px dashed #323232}section.game-status.farewell-message p{font-style:italic;font-weight:400}section.language-list{justify-content:center;display:flex}.language-list ul{margin:0;flex-wrap:wrap;justify-content:center;gap:5px;max-width:350px;margin-bottom:36px;padding:0;list-style-type:none;display:flex}.language-list li{border-radius:3px;width:fit-content;padding:4.5px;position:relative}.language-list li.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-display{justify-content:center;align-items:center;gap:2px;margin-bottom:36px;display:flex}.word-display span{text-transform:uppercase;background-color:#8e8e8e15;border-bottom:1px solid #f9f4da;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.word-display span.missed-letter{color:#ec5d49}section.keyboard{flex-wrap:wrap;justify-content:center;gap:8px;max-width:450px;margin-bottom:36px;display:flex}.keyboard button{cursor:pointer;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:3px;width:35px;height:35px}.keyboard button.wrong-Btn{background-color:red}.keyboard button.right-Btn{background-color:green}.keyboard button:disabled{cursor:not-allowed;opacity:.5}button.new-game{cursor:pointer;background-color:#11b5e5;border:1px solid #d7d7d7;border-radius:4px;width:225px;height:40px;margin-inline:auto;padding:6px 12px;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
