
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #333;
}

header {
  background: #A8E6A3;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  max-height: 50px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #2D6A4F;
  font-weight: bold;
}

.hero {
  text-align: center;
  padding: 100px 20px;
  background: #52B788;
  color: white;
}

.hero .cta {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #2D6A4F;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

footer {
  text-align: center;
  padding: 20px;
  background: #A8E6A3;
  color: #2D6A4F;
}
