/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Offset for fixed header when scrolling to anchor */
#popularity-score {
    scroll-margin-top: 80px; /* Adjust based on header height */
}

