*{box-sizing:border-box}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh;justify-content:center;display:flex}header{text-align:center}header h1{font-weight:500;font-style:Medium;font-size:20px;line-height:100%;color:#f9f4da}header p{font-weight:500;font-style:Medium;font-size:14px;color:#8e8e8e}section.game-status{margin:5px;width:35rem;height:4rem;padding-top:6px;padding-bottom:6px;border-radius:4px;display:flex;justify-content:center;flex-direction:column;color:#f9f4da;text-align:center}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{font-weight:500;font-style:Medium;font-size:.85rem;margin:5px}section.game-status>p.farewell{font-style:italic;font-weight:400}section.game-status>h2{font-size:1.25rem;font-weight:500;font-style:Medium;margin:5px}div.container{width:100%;display:flex;justify-content:center;margin-top:12px;margin-bottom:36px}section.language-chips{display:flex;flex-wrap:wrap;max-width:350px;justify-content:center;gap:6px}span.chip{border-radius:3px;padding:4.5px;position:relative}section.word{display:flex;justify-content:center;align-items:center;gap:2px}section.word>span{height:40px;width:40px;background-color:#323232;display:flex;justify-content:center;align-items:center;font-size:1.125rem;border-bottom:1px solid #F9F4DA;margin-bottom:2rem}.container1{width:100%;display:flex;justify-content:center;align-items:center}section.keyboard{display:flex;flex-wrap:wrap;max-width:22.5rem;justify-content:center;align-items:center;gap:12px}section.keyboard>button.correct{background-color:#10a95b}section.keyboard>button.wrong{background-color:#ec5d49}section>button{border-radius:4px;border-width:1px;padding:6px;background-color:#fcba29;cursor:pointer;border:1px solid #D7D7D7}section>button:disabled{opacity:.5;cursor:not-allowed}button.new-game{background-color:#11b5e5;border:1px solid #D7D7D7;border-radius:4px;width:225px;height:40px;padding:6px 12px;display:block;margin-inline:auto;cursor:pointer;margin-top:1.5rem}span.chip.lost:before{content:"💀";position:absolute;display:flex;justify-content:center;align-items:center;height:100%;width:100%;top:0;left:0;font-size:.85rem;background-color:#000000b3}.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.word>span.missed-letter{color:#ec5d49}
