.correct{background-color:green}.error{background-color:#6a686a}.almost{background-color:#c0c009}.letter{display:grid!important;height:100%!important;width:100%!important;place-items:center;color:#fff}.container-main{display:flex;align-items:center;justify-content:center;margin-right:250px}.container-board{margin-top:50px;width:50px;height:50px;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(6,1fr);gap:5px}.item{width:50px;height:50px;border:1px solid gray}.item,.keyVal{color:#fff;display:flex;align-items:center;justify-content:center}.keyVal{background-color:#6a686a;width:25px;height:30px;margin:4px}#big{width:50px}.keyboard{display:flex;align-items:center;justify-content:center}.keyboard-main{margin-top:300px}.keyboard-container{max-width:400px}.gameOver,.keyboard-container{display:flex;align-items:center;justify-content:center}.gameOver{flex-direction:column;margin-top:300px}