body {
    background-color: black;
    color: white;
}

form {
    display: flex;
    flex-wrap: wrap;
}

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