.post-image {
  display: block;
  margin: 2rem auto 1.5rem auto;
  max-width: 100%;
  width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

#post-content {
  max-width: 700px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 2rem 1.5rem;
}

#post-content h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #1a237e;
}

#post-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.2rem;
}

#post-content li{
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.8rem;
}

#post-content em {
  color: #888;
  font-size: 1rem;
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
}

#post-content a {
  color: #1a237e;
  text-decoration: none;
  font-weight: 500;
}

#post-content a:hover {
  text-decoration: underline;
}
