body {
  background-color: lightblue;

  /* leave it to hide the scrollbars */
  overflow: hidden;

  max-width: 100%;
  max-height: 100%;
}

#thecanvas {
width: 100%;
height: 100vh;
}

* {
   margin: 0;
   padding: 0;
}