*{box-sizing:border-box}body{margin:0;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;color:#000;background-color:#fdd6c1;padding:10px;height:100vh;display:flex;justify-content:center}main{background-color:#fff;margin-top:5%;margin-bottom:4%;height:650px;border:none;border-radius:14px;width:600px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 8px #0006}header{text-align:center}header>h1{font-size:2.5rem;font-weight:1000;color:#1e1e1e}header>p{color:#333;font-size:1rem;max-width:400px}div.game-status{width:400px;text-align:center;height:55px;padding-top:20px}div.game-status.won{background-color:#10d86d}div.game-status.lost{background-color:#d83b10}div.game-status>h3{font-size:1rem;margin:0}section.lang{margin-top:20px;display:flex;width:400px;gap:10px;justify-content:center;flex-wrap:wrap}.chip{position:relative;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;padding:5px 10px;margin-bottom:1px;border-radius:5px}.chip.lost:before{content:"☠️";position:absolute;display:flex;height:100%;width:100%;align-items:center;justify-content:center;top:0;left:0;border-radius:5px;font-size:.85rem;background-color:#000000b3}section.word{margin-top:15px;display:flex;justify-content:center;gap:5px}section.word>span{height:40px;width:40px;display:flex;background-color:#e0e0e0;border-radius:6px;justify-content:center;align-items:center}section.keyboard{margin-top:30px;display:flex;flex-wrap:wrap;gap:9px;justify-content:center;background-color:#fff;width:500px}section.keyboard>button{height:40px;width:40px;background-color:#f8a1c4;color:#000;border:none;border-radius:5px;box-shadow:0 4px 8px #00000040}section.keyboard>button.correct{background-color:#35c47a}section.keyboard>button.wrong{background-color:#f48781}button.new{margin-top:30px;height:45px;width:150px;border-radius:6px;background-color:#a0fcfc;border:navajowhite;font-size:20px;box-shadow:0 4px 8px #00000040}
