/* Make the header sticky */ .Header { position: fixed; top: 0; width: 100%; z-index: 1000; } /* Add padding to the top of the page content to prevent overlap */ .MainContent { padding-top: 80px; /* Adjust the padding based on your header's height */ }