html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.form {
    display: flex;
    flex-direction: column;
    width: max-content;
}

input, button {
    padding: 10px;
    margin: 5px;
}

p {
    font-weight: 400;
}