/* CSS Document */

.post-contents { width: 90%; max-width: 840px; margin: 0 auto 150px; }
.post-title { font-size: 2rem; font-weight: bold; border-bottom: 2px solid #47B2E2; padding-bottom: .5em; margin-bottom: .5em; margin-top: 1em; }
.post-date { font-size: .8735rem; font-weight: bold; font-family: 'Inter', sans-serif; margin-bottom: 1em; margin-bottom: 1em; display: block; }
.post-body { line-height: 1.7; }
.post-body img { margin-bottom: 2em; }
.post-body h2 { font-size: 1.4rem; font-weight: bold; margin: 2em 0 1em; padding-bottom: .5em; border-bottom: 1px solid #47B2E2; }
.post-body h3 { font-size: 1.125rem; font-weight: bold; margin: 2em 0 1em; padding-bottom: .5em; border-bottom: 1px solid #47B2E2; }
.post-body h4 { font-size: 1.125rem; font-weight: bold; margin: 2em 0 1em; }
.post-body h5 { font-size: 1rem;  font-weight: bold; margin: 2em 0 1em; }
@media screen and (max-width: 599px) {
  .post-title { font-size: 1.3rem; }
  .post-body h2 { font-size: 1.2rem; }

}