body {
  background-color: rgb(0, 0, 0);

  /* leave it to hide the scrollbars */
  overflow: hidden;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;  /* No floating content on sides */
}
/* canvas {
  border-radius: 600px;
} */