body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;

  background-color: #fdf9f5;
  color: #212427;
  margin: 40px;
  width: auto;
  
}

h1 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

h3 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

a {
  color: inherit;
}

header {
  margin-bottom: 2rem;

  overflow: hidden;
}

header a {
  text-decoration: none;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: left;
  width: 50%;
  text-align: right;
}

.quote {
  font-family: EB Garamond;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 3rem;
}

hr {
  border: 0.5px solid #4E5A39;
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0rem;

  font-size: 14px;
  font-style: italic;

  margin: 40px 40px 10px 40px;
}

@media screen and (min-width: 1200px) {
  body {
    width: 80%;
    margin: 40px auto 0 auto;
  }

  h1 {
    font-size: 16px;
  }

  h3 {
    font-size: 16px;
  }

  .quote {
    font-size: 30px;
    line-height: 33px;
  }

  .footer {
    font-size: 16px;

    width: 80%;
    margin: auto auto 40px auto;
  }
}
