body {
  margin: 0;
  font-family: Arial, sans-serif;
  /* background: #f9f9f9; */
  color: #5a2d0c;
  line-height: 1.6;
}

header {
  /* background: #fff; */
  padding: 35px 20px; /* reduced */
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

header h1 {
  font-size: 2.2rem; /* slightly reduced */
  margin-bottom: 8px;
}

header p {
  background-color: white;
  max-width: 650px;
  margin: 0 auto;
  font-size: 1rem;
  color: #555;
  padding: 40px 20px; /* reduced */
  max-width: 1000px;
  margin: auto;
    border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);

}

.section {
  padding: 40px 20px; /* reduced */
  max-width: 1000px;
  margin: auto;
}

.subheading {
  font-size: 1.6rem; /* reduced */
  margin-bottom: 10px; /* reduced */
  color: #5a2d0c;
  text-align: center;
}

.stats {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 20px; /* reduced */
}

.stat-card {
  background: #ffffff;
  padding: 18px 25px; /* reduced */
  border-radius: 10px;
  text-align: center;
  width: 200px; /* slightly reduced */
  margin: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}

.stat-card h2 {
  font-size: 1.9rem; /* reduced */
  margin-bottom: 6px;
}

.text-block {
  background: #fff;
  padding: 20px 25px; /* reduced */
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  margin-top: 15px; /* reduced */
}

@media (max-width: 600px) {
  header h1 {
    font-size: 1.8rem;
  }
  .stat-card {
    width: 100%;
  }
}
