.navbar-outer-button {
  z-index: 9999;
}

@media (max-width: 600px) {
  .top-bar-items {
    margin-right: 100px;
    max-width: 200px;
    z-index: 999999;
    margin-bottom: 30px;
  }
  .top-bar-items li {
    width: 40px !important;
  }
  .menu--background-color {
    background-color: white !important; 
  }
  .nav-link {
    padding-left: 20px !important;
  }
}
