@font-face {
  font-family: Scientifica;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../scientifica.91524cf5.woff2");
}

* {
  box-sizing: border-box;
  margin: 0;
  font-family: Scientifica, Comic Code Ligatures, Comic Code, JetBrains Mono, monospace;
  line-height: 1.4;
}

html, body {
  color: #00cc16;
  background: #001203;
  height: 100%;
}

.root {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

a, a:visited {
  color: #00b314;
}

a:hover, a:focus {
  color: #00cc16;
}

h1, .back {
  font-size: 30px;
}

.discord {
  font-size: 50px;
}

/*# sourceMappingURL=index.52f95605.css.map */
