/* Adjust content padding to create space between header and content */ .content-wrapper { padding-top: 100px; /* Adjust this value to your desired spacing */ transition: padding-top 0.3s ease; /* Smooth transition for padding change */ }