body {
    font-family: Georgia, serif;
    font-size: 24pt;
}

#wedge {
    width: 10em;
    max-width: 100vmin;
}

footer {
    border-top: gray 2px solid;
    padding-top: 12px;
}

footer, .content {
    text-align: center;
}

@media (prefers-color-scheme: dark) {
    :root {
        background-color: #131516;
        color: #d8d4cf;
    }
}
