body {
    background-color: black;
    margin: 0;
    padding: 0;
}

h1, h3, h4 {
    text-align: center;
    color: white;
    margin: .5em;
}

article {
    max-width: 80%;
    margin: auto;
    color: white;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0 1em;
}
  
  
  .battleHymn {
    max-width: 900px;
    margin: 0 auto;
    font-family: serif;
    line-height: 1.2;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
    color: white;
  }

  .stanzaRow {
    display: flex;
    gap: 2rem;
    margin-bottom: .5rem;
    justify-content: center;
  }

  .stanza {
    flex: 1;
    white-space: pre-line;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }

  /* Offset the second stanza one line lower than the first */
  .stanzaOffset {
    margin-top: 1.2em;
  }

  /* Centered single stanza */
  .stanzaCenter {
    text-align: center;
    margin: 2rem auto 1rem auto;
    max-width: 600px;
  }

  .previous, .next {
    width: 6em;
    height: 1.2em;
    margin: 1em auto;
    text-align: center;
    color: white;
  }
