body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

h1 {
  color: #333;
  line-height: 1.1;
}

h2 {
  line-height: 1.1;
  font-style: italic;
}

p {
  line-height: 1.25;
}

.info {
  background-color: #f4f4f4;
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 40px;
}
@media (max-width: 999px) {
  .info {
    margin-top: 40px;
  }
}

.contatti {
  margin-top: 20px;
}

#hero {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#hero img {
  max-width: 300px;
}

#footer {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 999px) {
  #footer {
    margin-top: 40px;
  }
}
#footer img {
  width: auto;
  height: 100px;
}
@media (max-width: 999px) {
  #footer img {
    height: 60px;
  }
}

#gallery {
  margin-top: 80px;
}
@media (max-width: 999px) {
  #gallery {
    margin-top: 40px;
  }
}
#gallery p {
  font-size: 10px;
  color: #ccc;
  text-align: center;
}
#gallery img {
  width: 80%;
  margin: auto;
  display: block;
}
@media (max-width: 999px) {
  #gallery img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */