.page {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--base50);
  position: relative;
}
