﻿  

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
 
}
 
.count-particles{
  border-radius: 0 0 3px 3px;
}
 
/* ---- particles.js container ---- */

#particles-js{ 
    width:100%;
    height:100%;

  background-color: rgba(0, 0, 0, 0.00); /* ---- COLOR DEL FONDO DE LAS PARTICULAS---- */
  
}
