*{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}header>h1{font-size:1.25rem;font-weight:500;color:#f9f4da}header>p{font-size:.875rem;max-width:350px;color:#8e8e8e}section.game-status>p{margin:5px}section.game-status>h2{font-size:1.25rem;margin:5px}.chip-elements{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;max-width:350px;margin:0 auto 60px}.chip{border-radius:3px;padding:4.5px}.word{display:flex;justify-content:center;margin-top:20px;gap:2px}.word>span{height:40px;width:40px;background-color:#323232;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #F9F4DA;font-size:1.125rem}.word>span.missed-letter{color:red}.key{background-color:orange;border-radius:5px;width:40px;height:40px;cursor:pointer}.keyboard{display:flex;flex-wrap:wrap;max-width:600px;justify-content:center;align-items:center;margin:0 auto;padding:20px;gap:7px}.keyboard>button:disabled{cursor:not-allowed;opacity:.5}.bottomButton{background-color:#00f;cursor:pointer;width:170px;height:40px;font-family:Hanken Grotesk,Arial,sans-serif;font-size:1.225rem;border-radius:8px}.buttonContainer{display:flex;justify-content:center;align-items:center;margin-top:5px}.key-guessed{background-color:#fff;border-radius:5px;width:40px;height:40px;cursor:pointer}.keyboard>button{height:35px;width:35px;background-color:#fcba29;border:1px solid #D7D7D7;border-radius:3px;cursor:pointer}.keyboard>button.correct{background-color:#10a95b}.keyboard>button.wrong{background-color:#ec5d49}.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}section.game-status{display:flex;flex-direction:column;align-items:center;border-radius:4px;margin-block:30px;min-height:80px;background-color:#262626;color:#000;justify-content:center}section.game-status.won{background-color:#10a95b;color:#f9f4da}section.game-status.lostgame{background-color:#ec5d49;color:#f9f4da}section.game-status.farewell{font-style:italic;font-weight:400;margin:5px;background-color:#8a2be2}
