body {
    text-align: center;
    background-color: lightskyblue;
    margin: 0x auto;
}

button {
    width: 75px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
}

#pintarEquis {
    width: 100px;
    height: 50px;
    background-color: darkkhaki;
}

#pintarCirculo {
    width: 100px;
    height: 50px;
    background-color: aqua;
}

#idtablero {
    margin: auto auto;
    margin-top: 0;
}

.contenedor-flex {
    display: flex;
    background-color: aquamarine;
}

.contadores {
    background-color: darkgrey;
    text-align: center;
    margin: 10px;
    padding: 20px;
}

.panel-superior {
    justify-content: center;
    display: flex;
}

.pasar {
    border-radius: 1rem;
    background-color: aquamarine;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    width: 10rem;
    height: 5rem;
    padding: 1rem;
    margin: 1rem;
}

.pasar:hover {
    background-color: darkslateblue;
    cursor: pointer;
}

.botonPasar{
    padding-left: 3rem;
}

.instrucciones {
    position: left;
    width: 400px;
    height: 100%;
    float: left;
    text-align: left;
    padding: 10px;
    font-size: 0.9rem;
}

h2 {
    font-size: 1.2rem;
}