html,body {
  background-color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  overflow: hidden;
}
canvas {
  margin:auto;
  display: block;
}
