<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  text-transform: lowercase;
}

.btn {
  text-transform: lowercase;
}

header h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 30px 0 40px 0;
  text-align: center;
}
header h1 a {
  color: black;
  text-decoration: none;
}
header h1 a:hover, header h1 a:focus {
  text-decoration: underline;
}

/*# sourceMappingURL=frontend.css.map */
</pre></body></html>