:root {
  --navBg: #fff;
  --primaryColor: #000;
  --secondaryColor: #000;
}

.logo {
  max-width: 150px !important;
}

.looping-text {
  color: #fff !important;
}

.looping-text-badge {
  color: #000 !important;
  background-color: #fff !important;
}

.main-btn:hover {
  color: #000 !important;
}