

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


canvas{
  display:block;
  position:absolute;
  top:0;
}


/* ---- stats.js ---- */



.count-particles{
  border-radius: 0 0 3px 3px;
}


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

#particles-js{
  width: 100%;
  height: 100%;
 /* background-color: #eee;
  background-image: url('../gfx/bg_earth3.jpg');
  background-attachment:fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; 
  border-bottom:5px solid #5B8493; */
  
}
