body {
  background-color: #fff;
  color: #13222B;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir",
    "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans",
    "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu",
    "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  padding: 18vh 1rem;
  text-align: center;
}
a {
  color: #13222B;
  text-decoration: none;
}
a:focus,
a:hover {
  color: rgba(0, 0, 0, 0.6);
}
