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

h1, h2, h3, h4, h5 {
  color: #0d6efd;
}

.navbar-brand {
  font-weight: bold;
  color: #0d6efd !important;
}

.nav-link.active {
  font-weight: 600;
  color: #0d6efd !important;
}

section {
  padding: 60px 0;
}

footer {
  background-color: #f8f9fa;
}

.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
