/* About, Contact */
.post-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px auto;
  max-width: 650px;
}

.post-title {
  margin: 0 10px 45px 10px;
  text-align: center;
}

.post-body {
  margin: 0 20px;
  line-height: 1.5;
}
