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

body {
  position: relative;
}

.site {
  position: relative;
  z-index: 1;
}

/* Hide graph background on single post pages */
.post-template #graph-bg {
  display: none;
}
