/* Animated Background Canvas */
.bg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  pointer-events: none;
  display: block;
}
