* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background-color: #fdfdfd;
  color: #333;
  line-height: 1.9;
}

.hero {
  background-image: url('https://www.google.com/url?sa=i&url=https%3A%2F%2Fpixabay.com%2Fnl%2Fphotos%2Flandschap-natuur-achtergrond-2494650%2F&psig=AOvVaw3URdYaIaAQRoJMTAcr-TCa&ust=1746883490535000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCNCD4KG-lo0DFQAAAAAdAAAAABAE');
  background-size: cover;
  background-position: center;
  background-color: #cceaff;
  height: 69vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  padding: 0 20px;
}

.hero-content {
  background-color: rgba(255,215,0);
  padding: 2rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 25%;
  justify-content: space-between;
}

}

h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.cta-button {
  margin-top: auto;
  margin-bottom: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #ff3b3f;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #cc2f33;
}

.intro {
  padding: 3rem 2rem;
  text-align: center;
  background-color: #cceaff;
}

.intro h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

footer {
  background-color: #222;
  color: #eee;
  text-align: center;
  padding: 1.5rem 1rem;
}

footer a {
    color: #eee;
}
