.page {
  display: flex;
  flex-direction: column;
  min-height: ~"calc(var(--vh, 1vh) * 100)";
  overflow-x: hidden;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
