body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    background-color: #ffffff;
}

/* Botones gigantes para fácil acceso táctil */
.btn-voto {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 15px;
    text-transform: uppercase;
    transition: transform 0.2s;
}

.btn-voto:active {
    transform: scale(0.95);
}

#loader {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}