
body {
  font-family: 'Segoe UI', sans-serif;
}
.hero-section {
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.card img {
  max-height: 200px;
  object-fit: cover;
}
