*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  max-width: 70ch;
  padding: 3em 1em;
  margin: auto;
  line-height: 1.75;
  font-size: 1.25em;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
  'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafafa;
}

h2 {
  font-size: 2rem;
  margin: 3em 0 1em;
  color: black;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  h2 {
    margin: 0 0 1em;
  }
}

p {
  margin-bottom: 2em;
  color: #1d1d1d;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #146eeb;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}
