html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

canvas {
  display: block;
}