#navbar {
    z-index: 100;
  }
  
  #navbar a {
    text-align: center;
  }
  
  .sticky {
    position: fixed;
    display: inline-block;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #333;
  }