html {
    scroll-behavior: smooth;
}
ul li a:hover{
    text-decoration: underline;
}
.sticky-sidebar {
    position: sticky;
    top: 20px;
    align-self: start;
}
