/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2025 | 15:29:42 */
.counter-container {
  text-align: center;
  margin: 20px auto;
}

.counter {
  font-size: 3.6rem;
  color: #FFF; /* Colore del numero */
}

.counter-label {
  font-size: 1.2rem;
  color: #264653; /* Colore dell'etichetta */
  margin-top: 10px;
}