html, body{
    scroll-behavior: smooth;
}

#mobile-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
  }

