/* Make background behind content */
* { z-index: 2; }
.particle, .particle > canvas, #particles-js { z-index: -1 !important; } 

#particles-js {
  position: fixed;
  /* height: 100vh; */
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  /* z-index: -1; */
  background-size: cover;
  background: #f9f9f9; 
}

/*body {
  /*color: #FFFAF0;*/
/*}*/

/*a {
  color: #0645AD;
}*/
