
body {
  font-family: 'Segoe UI', sans-serif;
}

.hero-section {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url('../assets/images/banner.jpg') no-repeat center center;
  background-size: cover;
  height: 80vh;
}

.card img {
  height: 200px;
  object-fit: cover;
}
