
#quiz-biblico-app {
    border: 2px solid #ccc;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    background: #fdfdfd;
    font-family: Arial, sans-serif;
}
#quiz-biblico-app h3 {
    color: #2c3e50;
}
#quiz-biblico-app ul {
    list-style: none;
    padding: 0;
}
#quiz-biblico-app li {
    margin-bottom: 10px;
}
#quiz-biblico-app button {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
#quiz-biblico-app button:hover {
    background: #2980b9;
}
