/* assets/style.css */
.card-img-top {
  object-fit: cover;
  height: 200px;
}
.hero {
  background: linear-gradient(135deg, #0d6efd 0%, #6f42c1 100%);
  color: white;
  border-radius: 1rem;
}
