main {
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main > * {
    max-width: 75ch;
}

h1 {
    text-align: center;
    margin-bottom: 1em;
}


form {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width:100%;
}

form label {
    display: flex;
    flex-direction: column;
}