body {
  margin: 80px auto;
  font-family: 'Geist', 'Helvetica Neue', Arial, sans-serif;
  background-color: #1a1814;
  color: #c8c0b4;
  width: 620px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  text-align: justify;
}

header {
  margin-top: 20px;
  margin-bottom: 48px;
}

header p.header {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  line-height: 1.5;
  color: #e8e0d4;
}

header a {
  color: #e8e0d4;
  text-decoration: none;
  border-bottom: 1px solid #5a5347;
  transition: border-color 0.2s;
}

header a:visited {
  color: #e8e0d4;
}

header a:hover {
  border-bottom-color: #d4a574;
  color: #d4a574;
}

h1 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 52px;
  line-height: 1.0;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #f0e8dc;
  margin-bottom: 24px;
}

h2 {
  font-family: 'Instrument Serif', Georgia, serif;
  margin-top: 52px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  color: #d4a574;
  letter-spacing: 0.01em;
}

img.avatar {
  display: block;
  height: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 20px;
  object-fit: cover;
  border: 2px solid #3a3530;
}

a {
  color: #d4a574;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

a:hover {
  border-bottom-color: #d4a574;
}

a:visited {
  color: #9a8c7a;
}

em {
  font-style: italic;
  color: #e0d8cc;
}

p {
  margin: 0 0 1.4em 0;
}

ul {
  margin: 0 0 1.4em 0;
  padding: 0;
}

li {
  margin: 0 0 0 20px;
  padding: 0;
}

footer {
  margin-top: 64px;
  padding-top: 20px;
  border-top: 1px solid #3a3530;
  font-size: 14px;
  font-style: italic;
  color: #6a6258;
}

footer a {
  color: #6a6258;
  border-bottom: none;
}

footer a:hover {
  color: #d4a574;
}

::selection {
  background-color: #4a3f30;
  color: #f0e8dc;
}

@media screen and (max-width: 640px) {
  body {
    margin: 24px auto;
    padding: 0 24px;
    width: auto;
    word-wrap: break-word;
  }

  h1 {
    font-size: 38px;
  }

  header p.header {
    font-size: 19px;
  }

  img.avatar {
    height: 80px;
    width: 80px;
  }
}
