/** The main article post

*/

.article

margin-top: 50px

/** The title of the article
  */
.page-title
  font-size: 40px
  font-weight: 600

/** The publication data and the estimated article reading time
  */
.page-date, .page-read-time
  width: 85%
  margin: 0px auto 0px auto
  text-align: left

  /** Margin after the header and the metadata
    */
  &:last-of-type
    margin-bottom: 40px