main {
  max-width: var(--viewport);
  padding: 1rem;
  margin: 0 auto;
}

.page-title {
  text-align: center;
  margin-bottom: 2rem;
}