body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  background-color: #fff;
  color: #222;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}

p {
  max-width: 80%;
  line-height: 1.5;
}

@media only screen and (min-width: 64rem) {
  html {
    font-size: 125%;
  }
}

h1 {
  font-size: 2.5rem;
  max-width: 75%;
}

.footer-link {
  margin: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  color: black;
}
