body {
    background: linear-gradient(0deg, white 0%,goldenrod 100%);
    color: rgb(50, 50, 0)
}

section {
    padding-top: 2em;
    background-color: rgb(255, 234, 112);
    padding-inline: 1em;
    padding-bottom: 2em;
    margin-bottom: 3em;
}

h2 {
    border-bottom: 5px dotted orangered;
}

a {
    font-variant-caps: unset;
    font-size: unset;
    color: rgb(150, 40, 0);
}

sub-title {
    text-align: right;
    font-size: 2em;
    display: block;
    font-style: italic;
}

blockquote cite {
    display: block;
}

cite {
    text-decoration: none;
}

.def {
    padding-inline: 2em;
}

.def h4 {
    text-align: center;
    margin-bottom: 0.5em;
    border-bottom: 2px orangered solid;
    width: 80%;
    margin-inline: auto;
}

.def ul {
    margin-top: 0;
    margin-inline: auto;
    list-style: none;
    width: fit-content;
}

.def p {
    padding-inline: 2em;
}
.links {
display: flex;
flex-direction: row;
justify-content: space-between;
}

#lastmodbox {
    text-align: right;
    font-size: 0.8em;
    font-style: italic;
}

.spirits {
    font-family: monospace;
    text-align: center;
}

summary {
    cursor:pointer;
}

sym-title {
    margin: 0;
    margin-top: -1em;
    display: block;
    text-align: center;
}

h3 + sym-title {
    margin-bottom: 0;
}