.gallery {
  margin-left: 15px;
}

.photo img {
  border: 1px solid blue;
  padding: 4px;
}

.figure {
  float: left;
  text-align: center;
  width: 210px;
}

.figure p {
  text-align: left;
}

.cl {
  clear: both;
}
