* {
    margin: 0;
    padding: 0;
    touch-action: none;
  }

  body,
  html {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  #canvas {
    height: 100%;
    touch-action: none;
  }
  canvas[resize] {
    width: 100%;
    height: 100%;
}