.circulo{background-color:#242424;width:65px;height:65px;border-radius:50%;margin:7px}.turnoContenedor{background-color:#2c2c2c;margin:40px auto auto;padding:3px;width:fit-content;display:flex;border-radius:50%}.circulo.seleccionado1{background-color:red}.circulo.seleccionado2{background-color:#e6e600}.circulo.noseleccionado{background-color:fff}.columna:hover{background-color:#ffffff4d}.tablero{width:fit-content;display:flex;flex-direction:row;background-color:#09759c;padding:0 7px;margin-top:15px;border-radius:10px}.ganador{position:absolute;width:100vw;height:100vh;top:0;left:0;display:grid;place-items:center;background-color:#000000b3}.ganador .texto{background:#111;height:300px;width:320px;border:2px solid #eee;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.ganador .victoria{margin:0 auto;width:fit-content;border:3px solid #eee;border-radius:50%;display:flex;gap:15px}.botonReinciar{width:150px;padding:5px;height:30px;font-size:15px;border-radius:5px;border:2px solid #eee;background-color:#3b3b3b}.botonReinciar:hover{background-color:#505050}.inputContenedor{margin-top:15px;text-align:center}.inputTamanoTablero{margin:3px;font-size:20px;text-align:center;width:65px;height:40px;border-radius:5px;border:2px solid black}.inputTamanoTablero::-webkit-outer-spin-button,.inputTamanoTablero::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inputTamanoTablero[type=number]{appearance:none;-moz-appearance:textfield}.confirmarContenedor{text-align:center}.confirmarTamano{width:133px;height:30px;font-size:15px;border-radius:5px;border:2px solid black;background-color:#3b3b3b}.confirmarTamano:hover{background-color:#505050}.inputTamanoTablero:focus{outline:none}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:24px;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;justify-content:center;min-width:320px;min-height:100vh}*{padding:0;margin:0;box-sizing:border-box}
