.bg-primary-custom {
  background-color: #1c84ee !important; /* Custom primary background color */
}
.text-primary-custom {
  color: #1c84ee !important; /* Custom primary text color */
}
.navbar-custom {
  background-color: #1c84ee;
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #ffffff !important;
}
.footer-custom {
  left: 0px;
}

#footer-custom{
  left: 0px;
}