#verse-heading {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* Style for the verse text */
#verse-text {
    font-size: 16px;
    font-style: italic;
    color: #666;
}

