body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.hero {
  background: #007e33;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.navbar {
  background: #004d1a;
  padding: 10px 0;
  text-align: center;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
}

.about-section,
.services-section,
.contact-section {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.about-section h2,
.services-section h2,
.contact-section h2 {
  color: #007e33;
}

.services-section ul {
  list-style-type: square;
  padding-left: 20px;
}

.footer {
  background: #004d1a;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
}
