html, body{
    scroll-behavior: smooth !important;
}
.main-navbar {
    transition: background-color 0.3s, box-shadow 0.3s;
}
