body { text-align: center; margin: 0; background-image: url("barco.jpg"); 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%; } td{ border: 1px solid mediumvioletred; padding: 0; margin: 0; border-style: inset; } .casilla{ width:95px; height: 93px; margin:0; font-family: 'Barrio'; font-size: 50px; } #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; } .ganador{ color: red; }