
/* estilos.css - Estilos adicionales */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-control {
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
    margin: 2px;
}

.puntuacion-box {
    display: inline-block;
    width: 50px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    border-radius: 4px;
    margin: 1px;
    font-size: 1em;
}

.tv-container {
    background-color: #000;
    color: #fff;
    padding: 20px;
}

.forma-sorteo {
    font-size: 6em;
    font-weight: 900;
    color: #ffd700;
    text-shadow: 0 0 20px rgba(255,215,0,0.3);
}
