

.custom-navbar {
  background-color: #004e89 !important;
}

.navbar-brand, .nav-link {
  color: #fff !important;
  font-weight: 500;
}

.nav-link:hover, .navbar-brand:hover {
  color: #ffc107 !important;
}

header {
  background: linear-gradient(45deg, #e8f0fe, #ffffff);
  padding: 2rem 0;
  text-align: center;
}

header h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #003366;
}

header p {
  font-size: 1.1rem;
  color: #555;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.7;
}



















footer {
  background-color: #222;
  color: #ccc;
  font-size: 0.9rem;
  text-align: center;
  padding: 2rem 1rem;
}

footer a {
  color: #ffc107;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
