*{box-sizing:border-box;margin:0}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh;display:flex;justify-content:center}main{display:flex;flex-direction:column;justify-content:center;align-items:center}.header{text-align:center}.header_title{margin-bottom:4px;font-size:1.55rem;font-weight:500}.header_paragragh{font-weight:500;color:#8e8e8e;font-size:.825rem;max-width:300px;margin:0 auto}.game-status{line-height:26px;margin-top:20px;text-align:center;font-weight:500;max-width:350px;padding:6px 0;border-radius:4px;width:100%}.won{background-color:#00cb62}.lost{background-color:#b91601}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}.Game_status-title{font-size:1.25rem}.Game_status-msg{font-size:1rem}section.language-chips{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;max-width:350px;margin-top:36px}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_contianers{display:flex;gap:3px;align-items:center;justify-content:center;margin-top:26px}.word_contianers span{text-align:center;background-color:#323232;color:#f9f4da;padding:6px;font-size:1.125rem;font-weight:700;border-bottom:1px solid white;height:40px;width:40px}.word_contianers .missed{color:red}section.keyboard{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:450px;margin-bottom:36px;margin-top:36px}section.keyboard>button{height:35px;width:35px;background-color:#fcba29;border:1px solid #D7D7D7;border-radius:3px;cursor:pointer}section.keyboard>button.correct{background-color:#10a95b}section.keyboard>button.wrong{background-color:#ec5d49}section.keyboard>button:disabled{cursor:not-allowed;opacity:.5}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}.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}
