*{
    margin: 0;
}
header{
   background-color: orange;
   position: sticky;
   top: 0;
}

