.blog-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.blog-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.hero-image {
  margin-bottom: 2rem;
}

.hero-image img,
.process-image img,
.essentials-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-content {
  font-size: 1.1rem;
}

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.process-image,
.essentials-image {
  margin: 2rem 0;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}
