
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #121212;
  color: #333;
}

.container {
  max-width: 800px;
  margin: 60px auto;
  padding: 20px 20px;
  background: #2B2B2B;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

header {
  text-align: center;
  padding: 40px 20px 20px;
}

header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: white;
}

header p {
  font-size: 1.2em;
  color: gray;
}
.heroimage{
  max-width: 500px;
  max-height: auto;
}

.hero {
  text-align: center;
  padding: 30px 20px;
}

.hero h2 {
  font-size: 2em;
  color: white;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.1em;
  color: white;
}

.buttons {
  margin-top: 20px;
}

.btn {
  text-decoration: none;
  background: #6E2DFF;
  color: white;
  padding: 12px 20px;
  margin: 5px;
  border-radius: 6px;
  font-weight: bold;
}

.btn.secondary {
  background: #555;
}

footer {
  text-align: center;
  padding: 30px 0 20px;
  font-size: 0.9em;
}

footer a {
  color: #6E2DFF;
  text-decoration: none;
}

footer p {
  color: #e5e5e5;
}
