.outer-container {
  position: relative;
}
#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
}
.outer-container .your-content {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
