* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #E4E2DD;
}

.editorial {
  max-width: 760px;       /* editorial column width */
  margin: 0 auto;
  padding: 2px 16px;     /* blank space top + sides */
}

.editorial img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;   /* space between images */
}


.footer-flower {
  text-align: center;
  margin-bottom: 1rem;
}

.footer-flower img {
  width: 60px;
  display: inline-block;
}

.project-link {
  display: block;
  color: #333;
  text-decoration: none;
}