body {
  font-family: 'EB Garamond', serif;
  padding: 0 10%;
  background-color: #f7f4ec;
}

header {
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #8d8d8d;
}

.header-name {
  font-size: 20pt;
}

.header-sub {
  font-size: 15pt;
  color: #1d1d1d;
}

.prose {
  padding: 20px;
  font-size: 13pt;
}

.prose a {
  color: #3e3e3e;
  text-decoration: none;
}

.prose a:hover {
  color: black;
}

.prose li {
  list-style: '- ';
}

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