/* HIGHLIGHT */
.highlight {
    padding: 2em;
    background-color: #EEE;
    margin: 4em 0;
}

.highlight>*:first-child {
    margin-top: 0;
}
.highlight>*:last-child {
    margin-bottom: 0;
}
.dark-mode .highlight {
    background-color: #111;
}