:root {
  --bs-primary: #0057b8;
  --bs-secondary: #00a878;
}
body {
  font-family: 'Segoe UI', sans-serif;
}
.hero {
  background-color: #f0f4f8;
  padding: 4rem 2rem;
  text-align: center;
}
.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.hero p {
  font-size: 1.25rem;
  color: #555;
}
