* {
  font-family: 'Special Elite', serif;
}

.special-elite-regular {
  font-family: 'Special Elite', system-ui;
  font-weight: 400;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: black;
}

#app {
  height: 100%;
}

div {
  white-space: pre-wrap;
}
