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

  height: 50vh;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;

  height: 8rem;
}
