@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-Regular.f87e0ad6.woff2) format("woff2"),url(/_next/static/media/Satoshi-Regular.07a29354.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-Black.e4d6d1be.woff2) format("woff2"),url(/_next/static/media/Satoshi-Black.cdc789d7.woff) format("woff");font-weight:700;font-style:normal}*{box-sizing:border-box;padding:0;margin:0}body{background-image:url(/_next/static/media/bg-hangmn.7a905af7.jpeg);background-size:cover;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}section{width:90vw;height:95vh;background-color:#fff;border-radius:30px;padding:2rem}h1,h2,h3{font-weight:700;font-size:2rem;text-transform:uppercase}h1,h2,h3,p{font-family:Satoshi,sans-serif}p{font-size:1.5rem}.title{text-align:center;display:flex;flex-direction:column;align-items:center}.title h1{font-size:3rem}.dash{display:flex;flex-direction:row;gap:6px}.dash div{width:25px;height:6px;background-color:#1e1e1e;border-radius:50px}.theme-container{display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:2rem;align-items:center}.btns-container{display:flex;flex-direction:row;gap:2rem}.contour{width:30vw;height:60vh;padding:10px;border-radius:20px;border:6px solid transparent;transition:all .3s ease}.contour:hover{border:6px solid #50b501}.card{background-color:#e8ebd8;border-radius:20px;height:100%;cursor:pointer;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.flag{width:50px;height:50px}.statue{width:25%;transform:translateY(-18%)}.burger,.statue{position:absolute}.burger{width:30%}.name-theme{z-index:2;width:100%;height:25%;background-color:#fff;border-radius:15px;justify-content:center}.header,.name-theme{display:flex;align-items:center}.header{flex-direction:row;justify-content:space-between}.game{gap:1.5rem}.game,.letter_container{display:flex;flex-direction:column}.letter_container{gap:2rem;width:50%}.keyboard{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.hangman-container{width:50%;display:flex;flex-direction:column;align-items:center;gap:1rem}.letter{font-size:2rem;font-weight:700;width:60px;border:transparent;height:60px;border-radius:5px;cursor:pointer;text-transform:uppercase}.letter,.letter:hover{background-color:#e8ebd8}.letter:hover{border:2px solid #50b501}.game-container{display:flex;flex-direction:row;align-items:center;max-height:70%}.word-container{display:flex;flex-direction:row;justify-content:center}.guess-word{font-size:3rem}.hangman-container img{width:300px}.hangman circle,.hangman line{stroke:#fff;stroke-width:3;fill:transparent}.hangman ellipse{fill:#fff}.hangman{position:absolute;z-index:2;transform:translate(-5px,70px)}.btns{width:10%;display:flex;flex-direction:row;gap:1rem}.btns button{padding:1rem;max-width:65px;background-color:#1e1e1e;border:2px solid transparent;border-radius:100px;cursor:pointer;display:flex;align-items:center;transition:all .3s ease}.btns button img{width:30px;height:30px}.btns div{display:flex;flex-direction:column;align-items:center}.btns div p{font-size:1rem;font-weight:700}.indice{width:100px;padding:.5rem;border:none;color:#fff;background-color:#1e1e1e;border-radius:50px;font-weight:700;transition:all .3s ease;cursor:pointer}.modal-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10}.modal{background-color:#fff;padding:20px;width:40%;height:50%;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.2);text-align:center;display:flex;flex-direction:column;justify-content:space-around}.modal button{width:130px;padding:1rem;background-color:#1e1e1e;color:#fff;border:none;border-radius:50px;cursor:pointer;font-family:Satoshi;font-size:1rem;font-weight:700;text-transform:uppercase;transition:all .3s ease}button:hover{background-color:#50b501}.button-container{display:flex;flex-direction:row;gap:.5rem;justify-content:center}