main {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  margin-top: 80px; /* Account for fixed header */
}
main #essay-page #essay-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
main #essay-page #essay-header #essay-title {
  width: 100%;
  font-size: 2.5em;
  margin: 0 0 15px 0;
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
main #essay-page #essay-header #essay-date {
  display: block;
  font-size: 1.5em;
  opacity: 0.7;
  font-style: italic;
}
main #essay-page #essay-content {
  font-size: 1.1em;
  line-height: 1.8;
  color: #333;
  white-space: normal;
}
main #essay-page #essay-content p {
  margin-bottom: 1.5em;
  margin-top: 0;
  text-align: justify;
  hyphens: auto;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
main #essay-page #essay-content br {
  line-height: 1.8;
}
main #essay-page #essay-content p + p {
  margin-top: 1.5em;
}
main #essay-page #essay-content p:empty {
  margin: 0;
  height: 0;
}

@media (max-width: 768px) {
  main {
    padding: 20px 15px;
  }
  main #essay-page #essay-header #essay-title {
    font-size: 2em;
  }
  main #essay-page #essay-content {
    font-size: 1em;
  }
}

/*# sourceMappingURL=essay_page.css.map */