body {
 
  margin-top:70px;
}

.galeria {
  background-color: rgb(255, 255, 255);
    width: 100%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .galeria img {
    margin-top: 10%;
    width: 364px;
    height: 364px;
    
  }
  .galeria img:hover {
    margin-top: 10%;
    opacity:  0.5;
    transition: all 0.5s ease-in-out;
  }
  .galeria h1 {
    margin-top: 80px;
    text-align: center;
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 3px;
    color: black;
  }
  .galeria p {
    padding: 40px;
    text-align: justify;
    display: block;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 3px;
    color: black;
  }
  .galeria h2 a {
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 3px;
    color: black;
  }
  .galeria h2 a:hover {
   
    text-decoration: none;
    opacity:  0.5;
    transition: all 0.5s ease-in-out;
  }