body, html {
  width: 100%;
  height: 100%;
}

.post {
  font-family: 'Lato', sans-serif;
  font-size: 32px;

  min-height: 100%;
  width: 100%;

  padding: 20px 100px;

  box-sizing: border-box;

  display: block;
  margin: 0 auto;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post h1 {
  text-align: center;
}

.post p {
  font-size: 18px;
  font-weight: 400;

  width: 80%;

  margin: 40px auto;

  line-height: 44px;
}

.post img {
  max-height: 100%;
  max-width: 100%;

  display: block;
  margin: 0 auto;

  cursor: zoom-in;
}
