
body {
  margin:40px auto;
  max-width:650px;
  line-height:1.6;
  font-size:18pt;
  padding:0 10px;
  font-family: "EB Garamond", Baskerville;
}

h1,h2,h3 { line-height: 1.2 }

body {
  background: #191919;
  color: #bbbbbb;
}

nav {
  margin-top: 40px;
}

nav, footer, .poem-about {
  font-family: "Oswald", sans;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.85em;
}

nav a {
  padding-right: 10px;
}

a {
  color: #ffa9a9;
  text-decoration-thickness: 0.05rem;
  text-underline-offset: 0.2rem;
}
a:visited {
  color: #ffd6d6;
}

footer {
  margin-top: 40px;
  color: #555151;
}

.poem-line {
  /* stolen from poetry foundation, to indent wrapped lines: */
  text-indent: -2em;
  padding-left: 2em;
}

.index-poem {
  margin-top: 20px;
}

.poem-about {
  margin-top: 40px;
}

.poem-date {
  margin-top: 20px;
}
