html {
    scroll-behavior: smooth;
}

body{
    min-height: calc(100vh - 100px);
}