.incrementa-texto {
    font-size: 2rem;
}

.sin-vinetas {
    list-style: none;
}

.tablero td {
    width: 7rem;
    height: 7rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.llenar-celda {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 3rem;
}

.numeroactivo {
    background-color: dodgerblue; /* Color de fondo azul brillante */
    color: white; /* Color del texto en blanco para contrastar */
    border: none; /* Eliminar bordes */
    padding: 10px 20px; /* Ajustar el padding para un mejor aspecto */
    font-size: 60px; /* Tamaño de fuente */
    border-radius: 5px; /* Añadir bordes redondeados */
}