.page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.page .main {
  display: flex;
  overflow: hidden;
  flex: 1;
}
