html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: linear-gradient(to bottom, var(--color-bg-top), var(--color-bg-bottom));
}
