#navbar {
    background-color: #333; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    z-index: 1;
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    
  }


