.App{background-color:#121212;color:#fff;min-height:100vh;min-width:100vw;text-align:center}body{margin:0;padding:0}nav{border-bottom:.063rem solid grey;display:grid;height:3.75rem;margin:0;place-items:center;width:100%}nav h1{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:2.813rem;margin:0}.game{align-items:center;height:calc(100vh - 10.625rem);padding-top:3.125rem;width:100vw}.board,.game{display:flex;flex-direction:column}.board{border:.063rem solid #000;height:40.625rem;padding-bottom:.625rem;width:28.125rem}.row{display:flex;flex:33% 1;flex-direction:row}.letter,.row{margin:.313rem}.letter{border:.063rem solid grey;color:#fff;display:grid;flex:33% 1;font-family:Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:bolder;height:100%;place-items:center}#correct{background-color:#528d4e}#almost{background-color:#b49f39}#error{background-color:#3a393c}.keyboard{display:flex;flex-direction:column;height:18.75rem;margin-top:3.75rem;width:43.75rem}.line1,.line2{margin:.375rem}.line1,.line2,.line3{display:flex;flex:33% 1;flex-direction:row;justify-content:center}.key,.line3{margin:.313rem}.key{background-color:grey;border-radius:.25rem;color:#fff;cursor:pointer;display:grid;font-family:Arial,Helvetica,sans-serif;font-size:1.25rem;height:4.375rem;place-items:center;width:3.125rem}#big{width:6.25rem}#disabled{background-color:#3a393c}.gameOver{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:1.563rem;margin-top:1.563rem}.go__again{background-color:#fff;border-color:#fff;color:#000;font-size:2rem;padding:1rem}.go__again:active{-webkit-transform:scale(.7);transform:scale(.7);transition:all .5s ease}@media screen and (min-width:0px) and (max-width:700px){.App{display:none}}@media screen and (min-width:701px){.mobile__text{display:none}}
/*# sourceMappingURL=main.3ce84bc5.css.map*/