body {
  margin-top: 0px; /* Add a margin-top to push the page content below the sticky navigation */
 }
 
 .w3-top {
  position: sticky;
  top: 0;
 }
 