.sticky {
    position: sticky;
  background: white;
  top:0px;
  z-Index:1000;
    
}