
.center
{
    text-align: center;
}

.base
{
    color: black;
    font-size: 15px;
}


p
{
    color: black;
    font-size: 20px;
    font-style: italic;
}


#selectedTranslation,
#selectedBook,
#selectedChapter,
#selectedVerse {
    color: #666;
    font-size: 10px;
    margin: 1px 0;
   
}

.bible-reference {
    font-weight: bold;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-size: 1.2rem;
}

.verses {
    line-height: 1.6;
}

.verse {
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.error {
    color: #dc3545;
    margin: 1rem 0;
    padding: 0.5rem;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}






