/* ---- particles.js container ---- */
#particles-js {

  background-color: #232741;
}

#particles-js>div {
  /* Ensure the particles are behind other content */
  z-index: 1;
}

.particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
}