#root {
    padding: 1.5rem;
    margin: 0;
}

h2:first-child {
    margin-top: 0;
}

.doc-li.active::marker {
    color: red;
}
