html, body {
  background-color: #000;
}

body {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

h1 {
  color: #00f;
  font-family: cursive;
}

canvas {
  border: 1px solid #333;
}

/*# sourceMappingURL=index.b2d9cf43.css.map */
