body {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;

  background-color: #f3f2f1;
  color: #464646;
}

a {
  color: inherit;
}

.name {
  text-align: center;
  font-style: italic;
  font-size: 1.75rem;
  font-weight: 500;
  margin: 1rem;
}

.name a {
  text-decoration: none;
}

nav {
  text-align: center;
  margin: 1rem 0;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 2rem;
}

nav ul li a {
  text-decoration: none;
}

main {
  max-width: 90%;
  width: 40rem;
  margin: 2em auto;
}

.post-date {
  opacity: 0.7;
}

main img {
  max-width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1,
h2,
h3 {
  margin-bottom: 0.5rem;
}

h1 + .post-date,
h2 + .post-date,
h3 + .post-date {
  margin-top: 0rem;
}

article + article {
  margin-top: 2rem;
  border-top: 1px solid #ccc;
}

hr {
  border-style: none;
  border-top: 1px solid #ccc;
}

footer {
  text-align: center;
}
