body {
  max-width: 850px;
  margin: 0 auto;
}

ul {
  list-style-type: none;
  padding: 0;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: lightgrey;
}

.post {
  margin-top: 70px;
}

.title {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 200%;
}

.images {
  margin-top: 20px;
}

.words {
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 200%;
  text-align: justify;
  margin-bottom: 50px;
}

footer {
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 1em;
  color: grey;
  background-color: white;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
}
