    .topbar {
      background-color: #080101;
      color: #fff;
      font-weight: 400;
      padding: 0.5rem 1rem;
	  
    }
    .topbar a,
    .topbar button {
      color: #fff;
      text-decoration: none;
    }
    .topbar a:hover,
    .topbar button:hover {
      color: #ff7f00;
    }
    .font-btn {
      border: none;
      background: transparent;
      font-weight: bold;
      color: #fff;
      margin: 0 0.2rem;
      cursor: pointer;
    }
    .dropdown-menu a {
      color: #000 !important;
    }
