body {
  background-color: none;
  margin: 0;
  padding: 0;
  /* leave it to hide the scrollbars */
  overflow: hidden;
  text-align: center;
}

canvas {
  height: 100vh !important;
  width: auto !important;
}
