*{box-sizing:border-box}body{background-color:#262626;color:#d9d9d9;font-family:Inter,sans-serif;display:flex;justify-content:center;height:100vh;width:50vh;padding:20px;margin:0 50% 0 10%}header{display:flex;flex-direction:column;align-items:center;justify-content:center}header>h1{font-size:1.2rem;font-weight:500;color:#f9f4da}header>p{font-size:.875rem;max-width:350px;color:#8e8e8e;text-align:center}section.game-status{background-color:green;display:flex;align-items:center;flex-direction:column;color:#f9f4da;border-radius:4px;margin-block:30px}section.game-status>h2{font-size:1.2rem;margin:0;font-weight:400}section.game-status>p{font-size:.875rem;margin:5px}section.game-loss{background-color:red;display:flex;align-items:center;flex-direction:column;color:#f9f4da;border-radius:4px;margin-block:30px}section.game-loss>h2{font-size:1.2rem;margin:0;font-weight:400}section.game-loss>p{font-size:.875rem;margin:5px}section.word{display:flex;justify-content:center;gap:2px;margin-bottom:20px}section.language-chips{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;max-width:350px;margin-bottom:36px}span.chip{padding:"3px";border-radius:"3px";position:relative}span.chip.lost:before{content:"X";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.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 #F9F9F9}section.keyboard{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:450px}section.keyboard>button{background-color:#fcba29;border:1px solid #D7D7D7;height:35px;width:35px;cursor:pointer;border-radius:3px}section.keyboard>button.correct{background-color:#10a95b}section.keyboard>button.wrong{background-color:#ec5d49}section.keyboard>button.disabled{cursor:not-allowed;opacity:.5}section.game{display:flex;width:100%;height:35px}section.game>button{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px;background-color:#08f;height:35px;width:100%;cursor:pointer}
