#header {
  position   : -webkit-sticky;
  position   : sticky;
  top        : 0;
  background : var(--color-white-default);
}
