/* Keep the existing design while removing work from the first render. */
#loader {
  display: none !important;
}

body > section,
body > footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}
