body { text-align: center; margin: 0; background-color: rgb(117, 35, 76); background-position: 0%; } h1{ background-color:lightseagreen; padding: 3%; align-self: auto; text-align: center; font-family: 'Barrio'; font-size: 40px; } input{ width: 20%; text-align: right; } #inputJugadores { margin: auto; width: 100%; padding: 10px; background-color: rgb(29, 185, 138); } #selectores { background-color: rgb(250, 160, 76); margin: auto; width: 100%; padding: 10px; } select{ margin-right: 10%; } #botonComenzarJuego { font-size: 20px; width: 150px; height: 100px; margin: 10px; background-color: slategrey; border-color: brown; color: black; border-style: outset; } #tatetiTurnos{ float: left; background-color: white; font-family: 'Barrio'; border-style: groove; height: 315px; width: 200px; text-align: center; padding: 4px; font-size: 50px; border-radius: 0px 30px 30px 0px; } #tateti{ border-radius: 50px; background-color: rgb(255, 174, 0); width: 300px; height: 300px; text-align: center; float:left; padding: 3%; } .casilla{ width:50px; height: 50px; margin:0; font-family: 'Barrio'; font-size: 50px; border: dotted 0.04px; } .casillaBlanca{ background-color: antiquewhite; } .casillaNegra{ background-color: rgb(133, 34, 34); } .b{ background-image: url('recursos/b.png'); background-size: 40px; background-repeat: no-repeat; background-position: 3px 3px; } .n{ background-image: url('recursos/n.png'); background-size: 40px; background-repeat: no-repeat; background-position: 3px 3px; } .vacio{ background-image: none; } .rn{ background-image: url('recursos/rn.png'); background-size: 40px; background-repeat: no-repeat; background-position: 3px 3px; } .rb{ background-image: url('recursos/rb.png'); background-size: 40px; background-repeat: no-repeat; background-position: 3px 3px; } .habilitado{ background-color: rgb(255, 212, 20); } #mensajeTurno{ float: left; background-color: white; font-family: 'Barrio'; border-style: groove; height: 215px; width: 100px; text-align: center; padding: 4px; font-size: 25px; border-radius: 0px 30px 30px 0px; } #tablero{ float:left; border: solid 10px; border-style: ridge; margin: 0; padding: 0; border-color: rgb(168, 86, 27); background-color: rgba(14, 34, 28, 0.822); } #mensajes{ float: bottom; } #resultado{ border-radius: 50px; background-color: crimson; width: 200px; height: 300px; font-family: 'Barrio'; text-align: inherit; float:left; padding: 3%; font-size: 50px; margin-left: 20px; overflow-wrap:break-word; hyphens: auto; }