body {
  font-family: 'Poppins', sans-serif;
  padding: 40px 10%;
  background: #fff;
  color: #333;
}

.blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-list .post {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.blog-list .post h2 {
  color: #DA1107;
}

.blog-post h1 {
  color: #DA1107;
  margin-bottom: 10px;
}
.blog-detail-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.blog-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.blog-title {
  font-size: 32px;
  color: #DA1107;
  margin-bottom: 20px;
}

.blog-content {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
