html,
body {
  overflow-x: clip;
  isolation: isolate;
}

/* Floating grey particle field. */
#pfiff-particles {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.72;
}

#pfiff-particles canvas {
  display: block;
  width: 100%;
  height: 100%;
}
