body {
    background-image: url(pexels-francesco-ungaro-673648.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html {
    scroll-padding-top: 4rem;
    scroll-margin-top: 4rem;
}

.bg-white {
    background-color:white;
}

#bottomNav {
    position:fixed;
    bottom:0;
    z-index:1;
}