#content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

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