html {
  background: #808080;
}

#particles-js {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, #000853, #1cb5e0);
}

.count-particles {
  
  position: relative;
  
  
  z-index: 1;
  
  text-align: center;
  font-size: 29px;
  /* background: rgba(205, 214, 219, 0.3); */
  
  
}

