body {
  font-family: 'Share Tech Mono', monospace;
  background-color: #ffffff;
  color: #0A0A0A;
}

h1, h2, h3, h4 {
  font-family: 'Anton', sans-serif;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  background-color: #000000;
  color: #ffffff;
  text-shadow: 1px 0 0 currentColor;
  letter-spacing: 0.1rem;
}
