*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}body{background:#030303;max-width:500px;margin:0 auto;padding-top:20px}#main{display:flex;flex-direction:row;width:100%;aspect-ratio:5/2}#main #game,#main #man{width:50%;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}#game{color:#fff}#game .lost{color:red;text-align:center}#game .won{text-align:center;color:lime}#game .word,#game .guessed_letters{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:5px}#game .word p,#game .guessed_letters p{font-size:25px}#game .word .wrong,#game .guessed_letters .wrong{color:red}#man img{width:80%;filter:invert(100%)}#keyboard{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap}#keyboard .key{width:35px;aspect-ratio:1;cursor:pointer}#keyboard .key.guessed{cursor:default;opacity:.5;pointer-events:none}#new_word{margin-top:30px;display:flex;align-items:center;justify-content:center}button,input{-webkit-appearance:none;border-radius:1px;border:1px solid #767676}button{color:#000}/*# sourceMappingURL=main.css.map */
