body {
  font-family: "Pathway Extreme", sans-serif;
  text-align: justify;
  text-justify: inter-word;
}
.logo_igp {
    max-width: 150px;
    margin-bottom: 50px;
    margin-top: 40px;
    margin-right: 10px;
  }
.logo_eth{
    max-width: 200px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.title{
  font-size: larger;
  font-style: oblique;
  margin-bottom: 5px;
  padding-left: 5px;
}

.description{
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.gallery img {
    width: 300px;
    height: auto;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }

  .gallery p{
    padding-left: 10px;
  }
  
  .gallery img:hover {
    transform: scale(1.1);
  }
  .map-section {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
    margin-top: 50px;
  }
  
  .map-section h2,
  .map-section p {
    text-align: center;
  }

  #map { height: 500px; }