:root {
    --scroll-progress: 0;
}

body {
    background: #000;
    
    scroll-behavior: smooth;
}