


.image-gallery
{
      display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

}

.image-gallery-item{
    width: 50%;
}

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 20px;
  border-left: 5px solid #ccc; /* Adds the vertical bar */
  background-color: #f9f9f9;  /* Soft background for contrast */
  font-style: normal;         /* Common for quoted text */
  

}
.citation{
    text-align: center;
}

a {
    color: gold;
}