body {
    background-color: #ffffff; /* fur */
    background-image: url(flowers.gif);
    background-position: center top;
    background-repeat: repeat-x;
    color: #000000; /* paw pads, nose, claws */
    font-family: sans-serif;
    margin-top: 40px; /* 1.25x flower height */
}

hr {
    border: none;
    border-top: dotted;
}

.note {
    background-color: #ffffb0; /* belly, eyes */
}

.important {
    background-color: #ffbbdd; /* inner ear */
}

.side, .side img, .side figcaption {
    float: right;
    margin: 0;
    width: 384px;
}

.side-small, .side-small img, .side-small figcaption {
    float: right;
    margin: 0;
    width: 256px;
}

.suit, .suit img {
    float: right;
    height: 80vh;
}

figcaption {
    font-style: italic;
}

.project, .project img {
    width: 30em;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.planned {
    color: gray;
    font-style: italic;
}

.main-list {
    font-size: 150%;
    list-style-type: none;
}

.main-list img {
    height: 3em;
}

#webring {
    display: grid;
    place-items: center;
    text-align: center;
}

#sewifurs-webring-nav, #sewifurs-webring-nav div {
    background-color: #ffffb0; /* belly, eyes */
    border-radius: 1em;
    max-width: 20em;
    padding: 0 0.5em 0.25em 0.5em;
}

@media (max-width: 640px) {
    .side, .side img, .side figcaption {
        float: none;
        width: 98vw;
    }

    .side-small, .side-small img, .side-small figcaption {
        float: none;
        width: 32vw;
    }

    .suit {
        display: none;
    }

    .project, .project img {
        width: 98vw;
    }
}

@media (prefers-color-scheme: dark) {
    a {
        color: lightblue;
    }

    a:visited {
        color: violet;
    }

    body {
        background-color: black;
        background-image: url(flowersdark.gif);
        color: white;
    }

    #sewifurs-webring-nav, #sewifurs-webring-nav div {
        background-color: #bbbb90; /* belly, eyes */
        color: black;
    }

    #sewifurs-webring-nav a {
        color: blue;
    }

    #sewifurs-webring-nav a:visited {
        color: purple;
    }
}
