*{box-sizing:border-box}main{display:flex;align-items:center;justify-content:center;flex-direction:column}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{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:350px;margin:0}h1{font-size:20px;font-weight:500;text-align:center;color:#f9f4da;margin:10px}h2{margin:0;font-size:14px;font-weight:500;text-align:center;color:#8e8e8e}.status{height:59px;width:350px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;background-color:"#262626"}.status.win{background-color:#10a95b}.status.lost{background-color:#ba2a2a}.status.farewell{background-color:#7a5ea7;border:1px dashed #323232;font-style:italic;font-weight:400}.status>h1{margin:0}.status>h2{color:#fff}.language-list{display:flex;flex-direction:row;margin:20px 0;justify-content:center;align-items:center;width:270px;flex-wrap:wrap;font-family:Hanken Grotesk;font-size:12px;font-weight:700;height:55px;gap:2px}.language-comp.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-list{display:flex;flex-direction:row;gap:5px;margin:10px}.word{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#f9f4da;background-color:#323232;border-bottom:1px solid #F9F4DA;font-family:Hanken Grotesk,Arial;font-size:18px;font-weight:700}.word.wrong{color:red}.user-input{display:flex;flex-wrap:wrap;width:350px;gap:5px;justify-content:center;align-items:center;width:480px;margin:10px}button:nth-child(11){margin-left:30px}button:nth-child(19){margin-right:28px}.reset-button{margin:10px;width:228px;height:40px;padding:6px 12px;gap:6px;border-radius:4px;border:1px;opacity:0px;background-color:#11b5e5;border:1px solid #D7D7D7;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}
