Buy me a coffee

#sticky

section.page-section:first-child {
    position: sticky!important; 
    position: -webkit-sticky;
    top: 0px!important;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.8)!important
}
html {scroll-behavior: smooth}