#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  z-index: 0;
  overflow: hidden;
}

#particle-canvas {
  width: 100%;
  height: 100%;
  display: block;
}