/* ====== STRUTTURA GENERALE ====== */

body {
  font-family: Georgia, serif;
  margin: 2.5em auto;
  max-width: 850px;
  line-height: 1.75;
  background-color: #fafafa;
  color: #222;
  padding: 0 1em;
}
/* ====== HEADER ====== */

header.hero {
  background-color: #025649;
  color: white;
  padding: 25px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 2em;
}

header.hero h1 {
  margin: 0;
  font-size: 2em;
}

header.hero .sottotitolo {
  margin-top: 0.5em;
  font-size: 1.1em;
  opacity: 0.9;
}

/* ====== CONTENUTO ====== */

.contenuto h2 {
  color: #7a4e00;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-top: 2em;
}

/* ====== FOOTER ====== */

footer {
  background-color: #eee;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  margin-top: 40px;
}

footer a {
  color: #7a4e00;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}
footer a:hover .link-text {
  text-decoration: underline;
}