/* ---- particles.js container ---- */

#particles-js {
  background-color: #536878;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.particles-js-canvas-el {
height: 20vmax !important;
z-index: 0;
}

canvas {
width: 100%;
height:100%;
}
