body, h2, h3 {
    padding-top: 75px;
}

h2, h3 {
    margin-top: -50px !important;
}

.markdownImage {
    max-width: 100%;
}

.navbar-brand > img {
    max-height: 32px;
    padding-right: 10px;
}

#footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

#footer p {
    clear: left;
    margin-bottom: 0;
    color: var(--bs-white);
    text-align: center;
}

#footer .madeby {
    clear: left;
    margin-bottom: 0;
    color: var(--bs-green);
    text-align: left;
}

h2 {
    font-size: 2em;
    border-bottom: 1px solid var(--bs-gray);
}

pre {
    border: 1px solid black;
    border-radius: 15px;
    background: var(--bs-green);
    padding: 15px;
}

pre code {
    position: relative;
    color: var(--bs-white) !important;
}

copy {
    display: none;
}

h1 > a {
    text-decoration: none;
}
h2 > a {
    text-decoration: none;
}
h3 > a {
    text-decoration: none;
}

.btn-repo {
    width: 200px;
    margin: 5px 2px;
}


h2.accordion-header {
    padding-top: 50px;
}
/*
.accordion {
    margin-top: 15px;
}
*/
