@font-face {
  font-family: 'Dutch Initials';
  src: url('Dutch_Initials_Normal-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, serif;
  font-size: clamp(16pt, 3vw, 24pt);
  color: #333;
  margin: 4rem;
  line-height: 1.1;
}

h1 {
  display: none;
}

body > p {
  text-indent: 2rem;
  max-width: 40ch;
}

body > p:first-of-type {
  /* text-indent: 0; */
}

body > p:first-of-type:first-letter {
  font-family: 'Dutch Initials', cursive;
  color: red;
  font-size: 200%;
}

a {
  color: inherit;
  text-decoration: none;
}

h2 {
  /* color: green; */
  display: inline;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}

ul {
  margin-top: 4rem;
  list-style: none;
  padding-left: 0;
  border-top: 3px double;
  border-bottom: 3px double;
}

ul li {
  /* border-bottom: 3px double; */
  margin: 4rem 0;
}

article header {
  margin: 1rem 0;
}

article header a {
  white-space: nowrap;
  color: #1E792C;
}

article header h2 + a:before {
  content: "from ";
}

article p {
  /* margin-left: 2rem; */
  margin-top: 0;
  font-size: smaller;
  font-style: italic;
}

footer {
  display: flex;
  justify-content: space-between;
  font-size: smaller;
}

footer span {
  color: red;
}
