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

.hero {
  background-color: #0d6efd;
  color: white;
  padding: 3rem 1rem;
  text-align: center;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
}

.hero h1 {
  font-weight: 300;
}

.card-link {
  text-decoration: none;
  color: inherit;
}

.card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-title {
  color: #0d6efd;
}

.footer {
  background-color: #343a40;
  color: white;
  padding: 1.5rem 0;
  text-align: center;
  margin-top: 2rem;
}

.breadcrumb-item a {
  text-decoration: none;
}
