html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav-link.active {
    background-color: #1f2e41;
    color: #FFF !important;
}

.my-brand-image {
    height: 3rem;
    width: auto;
}

.markdown-body pre code {
    color: #001121 !important;
}