.image-row {
  display: flex;
  justify-content: center;
  margin: 2%;
}

.image-container {
  text-align: left;
}

.image-container img {
  width: 350px;
  height: 350px;     
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 5);
  border: 5px solid blue;
}

.image-container p {
  margin-left: 25px;
}

.blog {
  color: orange;
  font-weight: bold;
  font-size: x-large;
  margin-top: 10px;
}

.festival {
  color: blue;
  font-weight: bolder;
  font-size: xx-large;
  /* margin: 10px; */
}

.festival:hover { color: orange; }

.date {
  color: rgb(0, 0, 74);
  font-weight: bold;
  font-size: large;
  /* margin: 10px; */
}

.horizontal-line {
  width: 90%;
  height: 2px;
  background-color: orange;
  margin: 25px;
}