﻿div.gallery {
    display: flex;
    max-width: 36em;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

div.gallery > img {
    max-width: 16em;
    height: auto;
}

#supporters img {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

@media (prefers-color-scheme: dark) {
    #lucid-logo {
        filter: invert(1);
    }
}