

#column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#help {
  margin-bottom: 3rem;
}

