*{box-sizing:border-box}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh;display:flex;justify-content:center}header{text-align:center}main{display:flex;justify-content:center;flex-direction:column;align-items:center}header>h1{font-size:1.25rem;font-weight:500;color:#f9f4da}header>p{font-size:.875rem;max-width:350px;color:#8e8e8e}.game-status{width:350px;height:65px;margin:10px;padding:5px;display:flex;justify-content:center;flex-direction:column;text-align:center;font-family:Hanken Grotesk,Arial,sans-serif;border-radius:4px;line-height:.5em;color:#f9f4da;font-weight:700}.game-status>p{margin:5px;font-size:.9em}.game-status>h1{margin:10px;font-size:1.2em}.game-status.won{background-color:#10a95b}.game-status.lost{background-color:#ba2a2a}.game-status.farewell{background-color:#6e19cf}section.languages{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;max-width:350px;margin:20px}span.chip{border-radius:3px;padding:4.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}.word-container{display:flex;justify-content:center;width:350px}.word-container>div{border:1px solid #262626;border-bottom:1px solid white;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;width:35px;height:35px;padding:5px;background-color:#3d3d3d;font-size:.8em;font-family:Hanken Grotesk,Arial,sans-serif;margin-bottom:30px}.keyboard-status{width:160px;padding:5px}.keyboard{max-width:450px;display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.keyboard>button{width:35px;height:35px;display:flex;align-items:center;justify-content:center;text-align:center;border:.8px solid #D7D7D7;border-radius:4px;background-color:#fcba29;color:#262626;font-weight:700;font-size:.8em;cursor:pointer;font-family:Hanken Grotesk,Arial,sans-serif}.keyboard>.correct{background-color:#10a95b}.keyboard>.wrong{background-color:#ec5d49}.newGame{width:225px;height:40px;padding:6px 12px;color:#fff;background-color:#11b5e5;border:1px solid #D7D7D7;border:5px;font-family:Hanken Grotesk,Arial,sans-serif;margin-top:20px;border-radius:4px;display:block;cursor:pointer;margin-inline:auto}.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}
