html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-y: auto;
    padding-top: 56px; /* padding for fixed navbar */
}

/* optional style active link */
.nav-link.active {
    background-color: #dee2e7;
    border-radius: 8px;
}

.new-block:before {
    height: 0px;
    content: "";
    display:block;
}

.mt-3:before {
    height: 0px;
    content: "";
    display:block;
}

