:root {
  --colore1: #00DBDB;
  --colore1-testo: #ffffff;
  --colore2: #009999;
  --colore2-testo: #ffffff;
}


h1 {
  max-width: 670px;
}

@media only screen and (max-width: 480px) {
  .firma_data {
    max-width: 190px;
  }
}