html, body {
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}
.setup {
    display: none;
}
.spacer {
    margin-top: 20%;
}
.content {
    display: flex;
    width: fit-content;
    height: auto;
    flex-direction: column;
}
.content form {
    display: contents;
}