.category {
 font-size: .8em;
 padding: 2em 0 0 2em; 

}

.category h2 {
    text-transform: uppercase;
}

.category h3 a {
    font-size: 1.2em;
}

/*
.level1 {
    margin-top: .4em;
    margin-left: 2em;
}

.description {
    color: #aaa;
    font-size: .7em;
    line-height: 1.5em;
    margin-top: .3em;
    margin-bottom: .4em;
}

@media (prefers-color-scheme: dark) {
    .description {
        color: #777;
    }
} */