#plexo-particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

#plexo-particles canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
