main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

main > a {
  margin-top: 2rem;
  font-size: 200%;
}
