body {
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    overflow: hidden;
  }
  canvas,
  body {
    touch-action: none;
    user-select: none;
  }