html {margin: 0 auto;}
body {margin: 0 auto; max-width: 1222px; padding: 2em;}
/* Style for the <cite> element */
   .element {
  font-style: italic;
  color: #555;
  font-size: 1.5em;
  line-height: 1.5em;
  text-decoration: underline;
  text-decoration-color: #dadada;
  text-decoration-style: dotted;
  max-width: 999px;
  margin: 0 auto;
   

}



h1 {font-size: 7vh; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}

.content p {font-size: 1.75em; line-height: 2em;}

.verse-container {
    max-width: 999px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
}

.verse-text {
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 15px;
    padding: 1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.verse-reference {
    font-size: 1.2em;
    text-align: right;
    color: #555;
}

.highlight {
    background-color: #d4dbe4; /* Light orange for emphasis */
    padding: 4px 8px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .verse-text {
        font-size: 1.2em;
    }
    
    .verse-reference {
        font-size: 1em;
    }
}
