body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #f5f7fa;
  margin: 0;
  color: #2b2b2b;
  line-height: 1.8;
}

.blog {
  max-width: 820px;
  background: #fff;
  margin: 60px auto;
  padding: 60px 80px;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.blog h1 {
  font-size: 2.2rem;
  color: #1b1b1b;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: left;
}

.blog em {
  color: #999;
  font-size: 0.95rem;
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

.blog-post p {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 1.2em;
  text-align: left;
}

.blog-post strong {
  color: #000;
}

.blog-post::first-letter {
  font-size: 1.8rem;
  font-weight: bold;
  float: left;
  line-height: 1;
  padding-right: 6px;
  color: #444;
}

.blog-post a {
  color: #0073e6;
  text-decoration: none;
}

.blog-post a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog {
    padding: 40px 25px;
  }
  .blog h1 {
    font-size: 1.6rem;
  }
}
