/* Main styles */
body {
    padding-top: 4rem; /* This accounts for the fixed header height */
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Ensure header stays on top */
nav.fixed {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
