body{
  height:100%;
}

.imgGalerie {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.imgGalerie img{
  margin: 10px;
}
  .imgGalerie img:hover {
    box-shadow: 8px 8px;
  }
.image {

  height: 500px;
  flex-grow: 1;
 # border-width: 10px;
  margin: 0;
}
.imgdiv {
  margin-bottom: 60px;
}

.image:hover{
  

}

.cap {
  font-size: 0.75rem;
}

a.imgLink {
  margin: 10px;
  padding: 10px;
  #display:inline-block;
  width: 30%;
  #flex-grow: 1;
}
