.post-container {
  font-family: Optimistic Display, Helvetica, Helvetica Neue, Arial, sans-serif;
  width: 35vw;
  min-width: 750px;
  background-color: white;
  padding: 2.5vh 50px;
  margin: 10vh auto;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .post-container {
    width: 100%;
  }
}
.post-title-and-meta {
  width: 100%;
}
.post-title-and-meta h1 {
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 3rem;
  color: #344854;
}
.post-title-and-meta p {
  font-size: 1.3rem;
  color: grey;
}

.post-main-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
}
.post-main-image-container img {
  width: 100%;
  margin-top: 15px;
}

.post-content {
  font-family: Optimistic Display, Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #344854;
}
.post-content h2 {
  font-weight: bolder;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.post-content h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.post-content a, .post-content strong {
  font-size: 1.3rem;
  text-decoration: none;
}
.post-content a {
  color: #0981B8;
}
.post-content ul, .post-content ol {
  margin-bottom: 30px;
}
.post-content li {
  margin-bottom: 10px;
  margin-left: 25px;
  font-size: 1.3rem;
}
.post-content p {
  font-size: 1.3rem;
  margin-bottom: 35px;
}
.post-content .post-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-content .post-image img {
  margin-bottom: 15px;
}
.post-content blockquote {
  font-size: 1.6rem;
  color: grey;
  margin-bottom: 15px;
  border-left: 5px solid #344854;
  margin-left: 20px;
  padding-left: 20px;
  overflow: hidden;
}
.post-content blockquote p {
  margin-bottom: 15px;
  vertical-align: center;
}

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