
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}

.hero {
  text-align: center;
  background: #006a4e;
  color: white;
  padding-bottom: 20px;
}

.banner {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.menu {
  background: black;
  padding: 12px;
  text-align: center;
}

.menu a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

section {
  background: white;
  margin: 20px;
  padding: 25px;
  border-left: 8px solid #ff0000;
  border-radius: 8px;
}

h2 {
  color: #006a4e;
}

footer {
  text-align: center;
  padding: 15px;
  background: #006a4e;
  color: white;
}
