#p5-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.15;
}

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