body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background: white;
  color: black;
  overflow-x: hidden;
  overflow-y: hidden;
}

.contenitoretesto{
  width:10px;
}

#primascritta {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translate(-50%, -50%);
  z-index:10;
  display:show;
  position: fixed;
  font-family: 'Poppins';
  font-size: 26px;
  text-align: center;
   font-weight: 600;

}

#ultimascritta {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translate(-50%, -50%);
  z-index:10;
  display: none;
  position: fixed;
  font-family: 'Poppins';
  font-size: 66px;
  text-align: center;
   font-weight: 600;

}

.appareultimascritta {
  display:show;
}




#sphere1 {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index:7;
  display:show;
  position: fixed;
}

#sphere2 {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index:8;
  display: none;
  position: fixed;
}

#dendelionfinal {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index:8;
  display: none;
  position: fixed;
}



.riduceopacità1 {
  opacity: 0.85;
}

.riduceopacità2 {
  opacity: 0.7;
}

.riduceopacità3 {
  opacity: 0.5;
}

.riduceopacità4 {
  opacity: 0.3;
}



#conteggio{
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index:7;
  display:show;
  position: fixed;
  font-family: 'Poppins';
  font-size: 26px;
  background-color: black;
  color:white;
  border-radius: 10px;
  text-align: center;
   padding-left: 20px black;
   width:auto;
}
