.form-btn {
  display: flex;

  justify-content: center;

  button:not(:first-child) {
    margin-left: 5rem;
  }
}
