article.page > .entry-content {
      max-width: 1000px;
	    margin: 0 auto;
}

article.page > .entry-content p {
  margin-bottom:1em;
}

article.page > .entry-content a{
    text-decoration:underline;
   text-underline-offset: 5px;
}

article.page > .entry-content a:hover{
  color: #E91E63;
}