canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; /* This will ensure the canvas is positioned behind your content */
  }

  