html, body {
  margin: 0;
  padding: 0;
  overflow: hidden; /* This can also help by hiding overflow, but use with caution */
}

canvas {
  display: block;
}
