/* Strands - vendored verbatim from ReactBits (https://reactbits.dev).
   CSS unmodified. Vanilla-port additions (if any) are clearly marked below. */

.strands-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}

.strands-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}
