.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80vh;
  overflow: auto;
  padding: 1rem;

  h3 {
    text-align: center;
  }
}
