body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.hero {
  background: url('https://source.unsplash.com/1600x900/?nature,marketing') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 10px;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  background-color: #ff6600;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

section {
  padding: 60px 20px;
  max-width: 800px;
  margin: auto;
}

footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px;
}
