form {
  margin-top: 1rem;  
}

fieldset {
  border: none;
  display: grid;
  gap: 1rem;
}

legend {  
  margin-bottom: .625rem;
  font-size: 1.75rem;
  text-align: center;
}

fieldset + fieldset {
  margin-top: 1rem;
}

textarea {
  resize: none;
}

.actions-wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;  
}
