html, body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
canvas {
  display: block;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;
  height: auto;*/
  z-index: 2;
  pointer-events: none; /* Ensures the image doesn't block mouse interaction with the canvas */
}