

#search-icon{
    display: none;
}
    


#dropdownMenu button {
    display: block; /* Ensures the button is a block element */
    width: 100%; /* Forces the button to take full width */
    box-sizing: border-box; /* Ensures padding and border are included in width */
    text-align: left;
}


@media (max-width: 640px) {
    #search-bar{
        display: none;
    }

    #search-icon{
        display: block;
    }
}