@font-face {
  font-family: "Noxis";
  src: url("/assets/fonts/Noxis.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noxis", sans-serif;
}
body {
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: xx-large;
  user-select: none;
}