body {
  font-size: 0.8em;
  padding: 5% 5%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.title-date {
  font-size: 0.7em;
  color: lightslategrey;
  font-style: italic;
}

@media only screen and (min-width: 600px) {
  body {
    padding: 5% 25%;
  }
}
