.title {
  text-align: center;
  background-color: #fafafa;
  margin: auto;
  padding-top: 10px;
  padding: 2em;
  max-width: 1200px;
}

body {
  background-color: #f5f5f5;
}

#primary {
  max-width: 1200px;
  overflow: hidden;
}

.article-post {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 2em;
  width: 100%;
  margin: auto;
  background-color: white;
}

.blog-featured-section {
  margin-bottom: 1.5em;
}

.blog-featured-section img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.entry-title {
  font-size: 1.875rem;
  margin-bottom: 0.2em;
  font-weight: 400;
}

.entry-title a {
  font-weight: 400;
  text-decoration: none;
  color: #464646;
}

.entry-content p {
  margin-bottom: 1.6em;
  line-height: 2;
}

.read-more {
  text-align: end;
}

.read-more a {
  padding: 0.5rem 1em;
  border: 1px solid;
  text-decoration: none;
}

.read-more a:active,
.read-more a:focus {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .article-post {
    width: 80%;
  }

  .title {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .article-post {
    padding: 5em;
  }
}
@media (min-width: 992px) {
  #primary {
    width: 70%;
    margin: auto;
  }
}

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