.gallery_flex {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px;
  align-items: stretch;
  align-content: flex-start;
  height: 150vh;
}

.lb-image img {
  width: 200px;
  margin: 10px;
  box-shadow: 10px 10px 10px rgb(130, 169, 214);
}
