body {
  background: white;
  color: black;
  font-family:
    "SF Mono",
    "Fira Mono",
    "Roboto Mono",
    "Courier New";
  max-width: 600px;
  margin: 3em auto;
  padding: 0 1em;
  line-height: 1.5;
}

h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0.2em;
}

.contact {
  margin-bottom: 3em;
  font-size: 0.7rem;
}

a {
  color: #5c3566;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

code {
  background: #eeeeec;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  font-size: 0.9rem;
}
