* {
  -webkit-font-smoothing: antialiased;
  }

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: monospace;
}

body {
  margin: 0;
  background: #000013;
  color: white;
}

canvas {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}