body {
  font-display: optional;
}

a {
  color: dodgerblue;
  text-decoration: none;
}

a:hover {
  color: cornflowerblue;
  text-decoration: revert;
}

a.button:hover {
  text-decoration: inherit;
}

h1, h2 {
    margin: 20px 0 10px 0;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  color: gray;
  margin: -10px auto 15px;
}
