*{margin:0;box-sizing:border-box;font-family:Hanken Grotesk,serif;padding:0}body{background-color:#282726;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{width:90%;max-width:34rem;margin-inline:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}header{max-width:27.5rem}h1,h2{text-align:center;font-weight:600;font-size:20px;color:#f9f4da}h1{margin-bottom:.5rem}p{color:#8e8e8e;font-weight:500;font-size:16px;text-align:center}.game-result{width:100%;max-width:25rem;border-radius:4px;color:#f9f4da;margin-top:20px;overflow:hidden;height:68px}.game-result p{color:#f9f4da}.farewell{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#7a5ea7;font-style:italic;color:#f9f4da}.farewell h3{font-weight:400}.game-won{width:100%;background-color:#10a95b;padding-block:.6rem}.game-lost{width:100%;background-color:#ba2a2a;padding-block:.6rem}.languages__container{margin-block:36px}.languages{list-style:none;display:flex;gap:3px;max-width:300px;flex-wrap:wrap;justify-content:center}.languages li button{position:relative;padding:5px;border-radius:3px;font-size:12px;font-weight:600;color:#f9f4da;background-color:red;border:none;cursor:pointer}.languages li button.lost:before{content:"💀";position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000000b3}.word{display:flex;align-items:center;gap:2px;margin-bottom:36px}.char{display:flex;align-items:center;justify-content:center;width:40px;aspect-ratio:1;text-transform:uppercase;color:#f9f4da;font-weight:700;font-size:18px;background-color:#323232;border-bottom:1px solid #F9F4DA}.char.missed{color:#ba2a2a}.keyboard{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.key{color:#1e1e1e;font-weight:600;font-size:16px;background-color:#fcba29;border-radius:4px;cursor:pointer;padding:6px;width:40px;aspect-ratio:1;text-transform:uppercase;border:1px solid #D7D7D7}.key:active{transform:scale(.95)}.key:disabled{opacity:.7;cursor:not-allowed}.newgame{background-color:#11b5e5;color:#1e1e1e;border:1px solid #D7D7D7;font-size:16px;font-weight:600;border-radius:4px;width:228px;height:40px;margin-top:36px;cursor:pointer}.key.present{background-color:#10a95b}.key.absent{background-color:#ec5d49}.btn__container{height:76px}.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}
