/* ul{
    padding: 0;
    list-style-type: none;
    background: white;
    text-align: left;
} */
ul li{
    display: inline-block;
    position: relative;
    line-height: 21px;
    text-align: center;
}
ul li a{
    display: block;
    padding: 8px 25px;
    color: white;
    text-decoration: none;
    text-align: center;
    align-items: center;
}
ul li a:hover{
    color: white;
    background: white;
    text-align: center;
}
ul li ul.dropdown{
    min-width: 100%; /* Set width of the dropdown */
    background: white;
    display: none;
    position: absolute;
    z-index: 999;
    align-items: center;
    text-align: center;
}
ul li:hover ul.dropdown{
    display: block;	 /* Display the dropdown */
    text-align: center;
    align-content: center;
    align-items: center;
}
ul li ul.dropdown li{
    align-items: center;
    align-content: center;
    text-align: center;
    display: block;
}