body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 16pt;
}

p.question {
    font-weight: 700;
}

p {
    line-height: 16pt;
}

a {
    color: #217BED;
    text-decoration: none;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: white;
    }
    a {
        color: #58A1FD;
    }
}