body {
    font-family: "Roboto", sans-serif;
}

main h2 {
    margin-bottom: 0.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eaecef;
}

main p + h2 {
    margin-top: 2rem;
}

main a:link {
    text-decoration: none;
}

main a:visited {
    text-decoration: none;
}

main a:hover {
    text-decoration: none;
}

main a:active {
    text-decoration: none;
}

nav[data-toggle="toc"] {
    top: 42px;
}

@media (max-width: 768px) {
    nav[data-toggle="toc"] {
        display: none;
    }
}
