
.creations {
 min-height: 900px;
background-color: #f2f2f2;
padding: 3rem 5% 5rem 5%;
}

.creations h1 {
  font-family: 'Gruppo', cursive;
  text-align: center;
  font-size: 70px;
}

.creations h2 {
  padding-top: 25px;
  border-top: 2px solid #9b9b9b;
  font-size: 40px;
  color: #3B3B3B;
  font-family: 'Gruppo', cursive;
}

.creations h2:nth-child(2) {
  border-top:0px solid #9b9b9b;
}

.img-creations {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.creations img{
  border: 1px solid #3B3B3B;
margin: 15px;
	cursor: zoom-in;
}

figcaption h1, figcaption h2{
  color:#d8b477;
}

