@media(prefers-color-scheme: dark) {
    body,
    .form-control,
    .form-control:focus {
        background-color: #333;
        color: white;
    }

    h1,
    th,
    td {
        color: white;
    }

    .title {
        font-weight: bold;
        margin-top: 1rem;
    }
}