html {
  height: 100%;
  width: 100%;
  background-color: black;
}

#canvas {
  position: absolute;
  width: 90vw;
  height: 45vw;
  z-index: -1;
  border: 1px solid #ffffff;
  left: calc(50% - 45vw);
}