body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
  }
  
  h1, h2, h3 {
    text-align: center;
  }
  
  .story {
    margin-bottom: 40px;
  }
  
  p {
    text-align: justify;
    height: auto; 
    overflow: visible; 
  }
  
  .drop-cap {
    float: left; 
    font-size: 3em;
    line-height: 1;
    margin-right: 8px;
    font-weight: bold;
    overflow: visible; 
  }

  #navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
}

li {
    display: inline;
    list-style-type: none;
}