 #searchInput {
    width:100%;
     font-size: 18px;
     padding: 9px;
     
     background-color: black;
     color: white;
     
 }
 @media screen and (max-width: 992px) {
     #searchInput {
         width: 86%;
     }
    
 }
 .sticky {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 1000;
 }
 #closeSidebar {
     background-color: white;
 }