html {
  -webkit-text-size-adjust: none;
}

:root {
  font-size: 125%;
}

body {
  width: 85%;
  margin: 5rem auto;
  background-color: #f5f4ef;
  color: #2b2a24;
}

body.index header {
  text-align: right;
}

a {
  color: #2b2a24;
  text-decoration: none;}

a:hover {
  text-decoration: underline;
}

@media (min-width: 700px) {
  :root {
    font-size: 150%;
  }
  body {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  :root {
    font-size: 160%;
  }
  body {
    width: 60%;
    max-width: 35rem;
  }
}

body * {
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.8rem;
  margin: 0;
}

header h1, header h2, header p, main p span {
  font-weight: normal;
  font-size: 0.81rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}

p+p {
  text-indent: 1.5rem;
}

hr {
  width: 10%;
  border: 0;
  border-bottom: 1px solid;
  margin: 2rem auto;
}

main::after {
  content: "\02619";
  display: block;
  margin-top: 2rem;
  text-align: center;
}
