body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  color: #222;
}

/* Titolo principale */
h1 {
  font-size: 2em;
  color: #FE7D65;
  font-weight: bold;
  
}

/* Sottotitolo e dettagli */
h2, p {
  color: #666;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #FE7D65;
  text-decoration: underline;
}

/* Link delle lingue */
.lang-links a {
  margin: 0 5px;
}

.footer-centered {
  text-align: center !important;
  line-height: 0.7;
  font-size: 0.9rem;
  margin-bottom:40px;
  color: #ccc!important;
}

/* Video responsive */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  
}