form {
    max-width: 60rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

form > div {
  display: flex;
  flex-direction: column;
}
label {
    font-family: var(--ff-semibold);
    margin-bottom: 1rem;
}
input, textarea {
    padding: 1rem;
}
