html,
body {
  padding: 0;
  margin: 0;
  font-size:1.2rem;
  color: #010101;
  background: #fefefe;
}



h1, p {
text-align: center;
}

#photogallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Images */
.gallery-img {
  height:300px;
  width: 300px;
  display: inline-block;
  margin: .5rem;
}

.gallery-img img {
  object-fit: cover;
}

footer {
  margin: 4rem auto 4rem auto;
  text-align: center;
  font-size: 0.8rem;
}
