/* Waves background - inspired by @react-bits/Waves */
.waves-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 0;
}

.waves-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}
