/* for sticky footer */
html, body {
  height: 100%;
}
div:has(footer) {
  position: sticky;
  top: 100vh;
}

