header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: brown
} 
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}