html {
    scroll-behavior: smooth;
}

#overview, #timeline, #cost, #apply, #resources, #contact {
    scroll-margin-top: 100px; /* Adjust this value based on your fixed header height */
}