html {
  background-color: #004a99;
  background: linear-gradient(
    to bottom,
    #004a99 0 50%,
    var(--overscroll-bottom, #fafafa) 50% 100%
  ) fixed;
}