h1,
h2,
h3 {
    text-align: left;
    width: fit-content;
}

form {
    max-width: 600px;
}

form>*:not(:last-child) {
    margin-bottom: 16px;
}