@font-face {
  font-family: 'Normal';
  src: url('../assets/fonts/Perfect_DOS_VGA_437_Win.ttf');
}

body {
  background-color: #000000;
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

canvas {
  display: flex;
  align-self: center;
}