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

.form-item {
  margin: 1rem;
  width: 50%;
}

.btn {
  margin: 1rem;
}

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