*{box-sizing:border-box}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh}main{display:flex;flex-direction:column;align-items:center}header{text-align:center}h1{font-size:1.25rem;font-weight:500;color:#f9f4da}header>p{font-size:.875rem;max-width:350px;color:#8e8e8e}.status{color:#f9f4da;text-align:center;padding:10px 0;border-radius:5px;height:70px;width:100%;max-width:350px}.status-won{background-color:#10a95b}.status-lost{background-color:#911111}.status-lost-life{background-color:#8862b4;display:flex;justify-content:center;align-items:center;border:dashed #262626 2px;font-style:italic}h2{margin:0;font-size:1.25rem;font-weight:500;color:#f9f4da}.status>p{margin:0;font-weight:400}.languages{display:flex;max-width:350px;flex-wrap:wrap;margin-top:30px;justify-content:center;gap:5px}.languages>p{padding:2px 5px;border-radius:5px;margin:0;position:relative}.languages>p.lost:before{content:"💀";display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;top:0;left:0;background-color:#000000b3;font-size:.85rem}.word{margin:40px 0;display:flex;justify-content:center;align-items:center}.word>span{width:40px;height:40px;background-color:#363535;text-align:center;margin:2px;padding:5px;border-bottom:#d6d2bd 1px solid;font-weight:500;display:flex;justify-content:center;align-items:center}.word>.lost-letter{color:#975050;border-bottom:#8d8a7d 1px dashed}.keyboard{max-width:450px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3px}.keyboard>button{width:35px;height:35px;color:#000;background-color:#ca931d;border:1px solid #8a7b7b;border-radius:5px;cursor:pointer}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;margin-top:40px}button.key-wrong{background-color:#ec5d49}button.key-correct{background-color:#10a95b}.keyboard>button:disabled{cursor:not-allowed;opacity:.5}.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}
