#content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-2);

  height: 100vh;
}

#introduction,
#back {
  text-align: center;
}
