
.navbar {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 10;
    text-align: right;
}

.navbar .navbar-nav {
    margin-left: auto; /* Push menu items to the right */
    margin-right: 0;
}

.navbar-nav .nav-item {
    float: left; /* Align each menu item to the right */
}

.navbar .nav-link {
    text-align: right;
    padding: 12px 15px;
    font-size: 14px;
    color: black;
    text-decoration: none;
}
.navbar li{
    list-style: none;
    float: left;   
    margin: 2px 2px; 
    font-size: 13px;
    font-weight: 900px;
    
  }
  .navbar li a{
  padding:3px 3px ;
  text-decoration: none;
  color: Black;


  }
  li a:hover {
  background-color: none; 

}

  .red{
    background-color:#ED9455;
    color:black;
    direction: left;
    font-size: 20px;
    border: 1px solid black;
  }


