body {
      font-family: 'Segoe UI', sans-serif;
     
    }

    .top-bar {
      background: #3c5677;
      color: #fff;
      font-size: 14px;
      padding: 5px 0!important;
    }
    .top-bar a {
      color: #fff;
      text-decoration: none;
      margin-left: 10px!important;
    }
    .navbar-brand {
      font-weight: bold;
      font-size: 22px!important;
      color: #3c5677 !important;
    } 

.social-icons a {
  color: #ffffff!important;  /* Default icon color (white) */
  font-size: 1.0rem!important; /* Size of the icons */
  margin: 0 10px!important;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0d6efd!important; /* Hover color (Bootstrap primary blue) */
}
