#mesh-canvas {
  position: fixed;
  top: 15vh;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 85vh;
  z-index: -1;
  pointer-events: none;
  filter: blur(0.5px);
}
