
    #dropdownMenuButton2 {
        background: transparent !important; 
        color: white !important;
        border: none !important;
    }
  
    
  
    #myDropDownMenuUl > a {
        color: #000 !important;
        font-family: "Exo", cursive !important;
        text-transform: uppercase !important;
        font-size: 0.9375rem !important;
        text-decoration: none !important;
        display: inline-block !important;
        font-weight: 400 !important;
        text-align: left;
        
    }
    
    
    #myDropDownMenuUl > a:hover {
        color: #0ca54d !important;
        background: transparent;
    }
    
    #myDropDownMenuUl > a:active {
        background: transparent !important;
    }
    
    #myDropdownDiv button{
        margin-left: -30px !important;
        margin-top: -2px !important;
        color: #fff;
        font-family: "Exo", cursive !important;
        text-transform: uppercase !important;
        font-size: 0.9375rem !important;
        text-decoration: none !important;
        display: inline-block !important;
        font-weight: 400 !important;
    }
    
    #myDropdownDiv button:hover{
        color: #0ca54d !important;
    }
