body {
    margin: 0;

    font-size: 14pt;
    font-family: sans-serif;

    color: #222;
    background-color: #f5f5f5;
}

body > main > section {
    max-width: 80ch;
    margin: auto;
    padding: 1em;
}

body > main > section > :first-child {
    margin-top: 0;
}

body > main > section > p {
    line-height: 1.6;
}

/** Redirect */
#redirect-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
    gap: 0.2em;
}

#redirect-wrapper > :is(label, progress, button) {
    width: 100%;
}

#redirect-wrapper > progress {
    flex-basis: 100%;
}

#redirect-wrapper > button {
    max-width: 40ch;
    padding: 0.6em 1.2em;

    font-size: inherit;

    color: inherit;
    border: none;
    border-radius: 0.4em;
}
