.app-container {
  align-items: stretch;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  min-height: 100vh;
}
