body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center;font-family:Comfortaa,cursive}.App-logo{height:40vmin;pointer-events:none}.App-header{background:radial-gradient(circle at -8.9% 50%,#ff7c00 0,#ff7c00 12%,#ffa34d 12.2%,#ffa34d 20%,#131e25 20.2%);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 1vmin);color:#fff}h1{font-family:Pacifico,cursive;top:20vh}#container,h1{position:fixed}#container{top:30vh;display:grid;grid-gap:10px;gap:10px;grid-template-rows:50px 200px;grid-template-areas:"top right" "bottom right"}#word-display{grid-area:top;background-color:#f8f398;color:#131e25;padding:10px;border-radius:6px;font-weight:600;font-size:x-large}#guesses-left,#wrong-guesses{background-color:#f1b963;color:#131e25;padding:10px 30px;border-radius:6px}#wrong-guesses{grid-area:bottom}#guesses-left{grid-area:right;display:flex;flex-direction:column}#guesses-left img{max-height:200px;width:auto}#another-round,.form{position:fixed;top:65vh;display:flex;justify-content:space-around;align-items:stretch;margin:10px 0}#guess,.form-label,button{margin:auto 5px}#game-score{position:fixed;top:80vh;font-size:smaller}@media only screen and (max-width:1024px){.App-header{background:radial-gradient(circle at -8.9% 3%,#ff7c00 0,#ff7c00 12%,#ffa34d 12.2%,#ffa34d 20%,#131e25 20.2%)}#container{grid-template-rows:50px 160px;grid-template-areas:"top right" "bottom right"}.form{max-width:70vw}#guesses-left img{max-height:170px;width:auto}}
/*# sourceMappingURL=main.e9552c95.chunk.css.map */