



body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

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


#particles-js{
  width: 100%;
  height: 100%;
  padding-top:5px;
  background-color: rgba(0,0,0,1);
  background-image: url("http://138.117.76.170:10000/proxy/t2.php/img/imagenes/textura5.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  height: 100vh;
  width: 100vw;
  
}
@media only screen and (max-width: 600px) {
  #particles-js{
    position: absolute;
  }
}
/*.capa_gris{
  width: 100%;
  height: 100%;
  position:fixed;
  background-color: rgba(0,84,122,.3);

  background-color: rgba(0,95,158,.25); azul oscuro
}*/