body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark gray instead of pure black */
  background-color: #fafafa; /* Very light gray background */
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

h1 {
  font-size: 2.2rem;
  color: #111;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.4rem;
  color: #222;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

p {
  margin-bottom: 16px;
}

ul {
  margin-bottom: 16px;
  padding-left: 25px;
}

li {
  margin-bottom: 8px;
}

strong {
  color: #000;
  font-weight: 600;
}
