function scrollToContatti() {
  document.getElementById("contatti").scrollIntoView({
    behavior: "smooth"
  });
}
