.post {
  width: 800px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.post__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #005491;
}
.post__time {
  font-size: 16px;
  font-weight: bold;
  color: #f29600;
}
.post__content {
  line-height: 1.8;
}/*# sourceMappingURL=single.css.map */