body {
  text-align: center;
  height: 100vh;
  margin: 0;
  align-content: center;
}

form {
  display: flex;
  gap: 10px;
  justify-content: center;
}
