/* css styles */
.hero {
  text-align: center;
  margin: 2rem auto 2.5rem auto;
  max-width: 760px;
}
.hero h1 {
  font-size: 2.1rem;
  margin-bottom: 0.75rem;
}
.portrait {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0.5rem 0 0.75rem 0;
}
/* main.content {
  max-width: 760px;    
  margin: 0 auto;
} */

/* Left-align blog listing on the posts page */
.page-posts main.content {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
