.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #fff; */
}

.pageExt {
  max-width: 1750px;
  width: 100%;
}
