canvas{
  display:block;
  vertical-align:bottom;
}

/* ---- particles.js container ---- */
#particles-js{
  width: 100%;
  height: 100%;
  background-color: #1aa3ff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


#particles-js-background{
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:0; 
  /*background-color: #a8bdcf;*/
  background-color: #1aa3ff;
  width: 100%;
  height: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;*/
}

#overlay {
  position: relative;
}
