body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand strong {
  color: #0d6efd;
}

.banner-img {
  height: 75vh;
  object-fit: cover;
  filter: brightness(70%);
}

.carousel-caption h1 {
  font-size: 3rem;
  font-weight: 700;
}

.carousel-caption p {
  font-size: 1.25rem;
}

.card h4 {
  color: #0d6efd;
}
