body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
}

body {
  background-color: var(--color-background);
  color: var(--color-foreground);
}
