:root {
  --colore1: #B7E9FF;
  --colore1-testo: #ffffff;
  --colore2: #65C6F3;
  --colore2-testo: #ffffff;
}


h1 {
  max-width: 670px;
}

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