canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #F7941F;
  background-image: linear-gradient(to right, #F7941F 0%, #0E76BF 100%);
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.pointer-event0 {
  pointer-events: none;
}

.pointer-event1 {
  pointer-events: auto;
}