


.image-gallery
{
      display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

}

.image-gallery-item{
    width: 50%;
}


a {
    color: gold;
}