body {
  font-family: 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
}
.carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}
.carousel-caption p {
  font-size: 1.2rem;
}
.card:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.navbar-nav .nav-link.active {
  font-weight: bold;
  color: #0d6efd !important;
}
.text-justify {
  text-align: justify;
}
