body {
  margin: 0;
  background: #1E1E1E; /* nero carbone */
  font-family: 'Montserrat', sans-serif;
  color: #EDEBE8;
  text-align: center;
}

.contact-block {
  padding: 6rem 10%;
}

.logo {
  height: 200px;
  width: auto;
  margin-bottom: 2rem;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #C8B074; /* oro satinato */
}

.item {
  font-size: 1.2rem;
  margin: 0.8rem 0;
}

a {
  color: #C8B074;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.social {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.social a {
  font-weight: 600;
  font-size: 1.1rem;
}
