


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  background-color: #181818;
}
.particles-js-canvas-el {
    width: 100% !important;
    height: 99.1vh !important;
}
div#fps {
    display: none !important;
}
div#ms {
    display: none !important;
}