.galley{
    display: flex;
    gap:5px
    justify
}


figure{
    width: 29%;
    height: auto;
    margin: 1%;
    display: inline-block;
}

figcaption{
    width: 100%;
    height: auto;
    background-color: aqua;
    color:aliceblue;
    font-size: 36px;
}

img{
  width: 30%;                     
  height: auto;                
}