body {  margin: 0;  font-family: 'Helvetica Neue', Arial, sans-serif;  background-color: #000;  color: #fff;}.container {  padding: 20px;  max-width: 1200px;  margin: auto;}img {  max-width: 100%;  height: auto;  display: block;}section.contatti {    text-align: center;	 margin-top: 0;    padding-top: 1rem; /* modifica questo valore secondo le tue preferenze */  }  section.contatti a {    color: white; /* se hai sfondo scuro */    text-decoration: none;  }  section.contatti a:hover {    color: white;    text-decoration: underline;  }footer {  margin-top: 40px;  font-size: 0.9rem;  text-align: center;}.legal {  text-align: center;  margin-top: 40px;  font-size: 0.9rem;  color: #ccc;}.legal a {  color: #ccc;  margin: 0 8px;  text-decoration: none;}.legal a:hover {  text-decoration: underline;}footer a,footer a:hover {  color: white;  text-decoration: none;}