#particles-js {
  width: 100%;
  height: 100%;
  background-size: auto, cover, cover;
  background-position: 45% 45%;
  background-repeat: no-repeat;
  position: absolute;
}

canvas {
  display: block;
}
