body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background-color: #fefefe;
  color: #222;
  text-align: center;
  padding: 20px;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #111;
}




.intro {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: #444;
}

.subtext {
  font-size: 1.1rem;
  font-weight: bold;
  color: #d32f2f;
  margin-bottom: 24px;
}

.ideas {
  list-style: disc inside;
  text-align: left;
  margin: 0 auto 32px auto;
  max-width: 600px;
  padding-left: 0;
  color: #333;
}

.contact {
  font-size: 1.1rem;
  margin-top: 20px;
}

a {
  color: #0077cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
