strong,
b {
    font-weight: 900;
    color: black;
}

.note {
    background: #ececec;
    border-left: 4px solid black;
    padding: 1em;
    margin: 1em 0;
}

.note a,
p a {
    text-decoration: underline 1px;
}

.note a:hover,
p a:hover {
    font-weight: 900;
    color: black;
}

.navbar {
    padding: 0.5rem;
}

.navbar>.container {
    max-width: max-content;
}

h3 {
    font-size: 1rem;
}

.hljs-params {
    color: green;
}

h1 {
    text-decoration: dashed underline 2px;
}