    body {
      font-family: 'Georgia', serif;
      line-height: 1.8;
      margin: 0;
      padding: 0;
      background-color: #000000;
      color: #e0e0e0;
    }
    html {
  scroll-behavior: smooth;
    }
    a {
    font-family: 'Georgia', serif;
    color: #cccccc;
    text-decoration: none;
    text-decoration-color: #e0e0e0;
    }
    a:hover { 
    text-decoration: underline;
    text-decoration-color: #e0e0e0;
    }
    a:link {
    color: #e0e0e0;
    }
    a:active {
    color: #e0e0e0;
    }
    a:visited { 
    color: #cccccc;
    text-decoration: underline;
    text-decoration-color: #e0e0e0;
    }
    header {
      background-color: #000000;
    }
    .header-container {
      width: 75%;
      margin: 0 auto;
      background-image: url('img/title/desolateoath.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      aspect-ratio: 25 / 10;
    }
    h1 {
      font-size: 1.2rem;
      margin: 0;
      line-height: 1.8;
      border-bottom: 2px solid #d4af37;
      padding-bottom: 0.5rem;
    }
    .container {
      width: 75%;
      margin: 0 auto;
      padding-top: 0px;
    }
    .container img {
      max-width: 100%;
      height: auto;
    }
    .two-columns {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    .three-columns {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
    }
    .column {
      padding: 20px;
      border-radius: 5px;
      text-align: center;
    }
    .story-table {
      background: #1a1a1a;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(212, 175, 55, 0.2);
      padding: 2rem;
      border: 1px solid #d4af37;
    }
    .story-table h2 {
      font-size: 1.8rem;
      color: #e0e0e0;
      margin: 0 0 1rem 0;
      border-bottom: 2px solid #d4af37;
      padding-bottom: 0.5rem;
    }
    h3 {
      font-size: 1.1rem;
      margin: 0;
      line-height: 1.8;
      border-bottom: 2px solid #d4af37;
      padding-bottom: 0.5rem;
    }
    h4 {
      font-size: .8rem;
      font-style: italic;
      font-weight: normal;
      margin: 0;
      line-height: 1;
      padding-bottom: 1.8rem;
    }
    h5 {
    display: block;
    margin-left: auto;
    margin-right: auto;
      width: 40%;
      line-height: 1.8;
      border-top: 4px solid #cccccc;
      padding-bottom: 0.5rem;
    }
    .story-table p {
      font-size: 1.1rem;
      margin: 0;
      line-height: 1.8;
    }
    @media (max-width: 600px) {
      h1, h3 {
        font-size: .8rem;
        font-style: bold;
      }
      .story-table, .story-table p {
        padding: 1rem;
      }
      .story-table h2 {
        font-size: 1.5rem;
}