body {
  background-color: lightblue;

  /* leave it to hide the scrollbars */
  overflow: hidden;

  margin:0;
}

canvas {
  width: 100% !important;
  height: 100vw !important;
  max-width: 1000px;
  max-height: 1000px;
}