html,
body {
  background: #c00;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
body {
  position: relative;
}
#attractor {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0;
}
.content {
  z-index: 1;
  padding: 40px;
  position: relative;
}
