.botones{position:absolute;display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin:8px;top:0;left:-6rem}.botones button{background-color:#088395;border:none;height:2.2rem;width:2.2rem;color:#fff;font-size:1.1em;border-radius:.5rem;transition:all .1s ease}.botones button:hover{transform:scale(1.1)}.botones .c5{background-color:#5a5}.botones .c10{background-color:#aa3}.botones .c20{background-color:#a2a}.botones .reiniciar{color:#fff;background-color:#a33;display:grid;place-content:center}:root{--casilla-default: #356F8B;--casilla-desactivada: #00aF7A;--casilla-container: #088395;--fondo: #447;--tamaño-casilla: 10rem}.App{display:flex;flex-direction:column;justify-content:space-between;height:100vh}.casillas-container{position:relative;width:fit-content;display:grid;place-content:center;margin:0 auto;margin-top:1rem}.casillas{background-color:var(--casilla-container);border-radius:1em;padding:1em;display:flex;flex-direction:column;flex-wrap:wrap;gap:8px;max-height:40em}.casilla{height:3.2rem;width:var(--tamaño-casilla);border-radius:10px;font-size:1.2rem;color:#fff;border:none;background-color:var(--casilla-default)}.casillaA{background-color:var(--casilla-desactivada)}.casillaA:hover{background-color:#00bf8a}.randomNumber-buttons{width:fit-content;margin:0 auto}.mCasillas{width:calc(var(--tamaño-casilla) * 2.25)}@media (max-width: 650px){.mCasillas{width:calc(var(--tamaño-casilla) * 2.35)}.randomNumber-buttons{position:relative}.botones{position:absolute;left:initial;margin:0;top:50%;transform:translateY(-50%);right:-6.5rem}.casilla{height:3rem}.casillas{max-height:37rem}.casillas-container{position:inherit}:root{--tamaño-casilla: 9rem}}.haveNumber{background-color:#555;color:#fff}.numeroRandom{color:#fff;margin:3em auto;height:4em;border-radius:1em}h2{margin:0}.gameOver{display:grid;place-content:center;margin:0;font-size:40px;height:3em}footer{padding-left:1rem}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--fondo);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}
