body {
    font-family: "Manrope", sans-serif;
    color: #404040;
}

pre code, pre code span {
    text-shadow: none !important;
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
    background: none;
}
.api-docs {
    font-size: 0.9rem;
    @media (min-width: 768px) {
        font-size: 1rem;
    }
}

.bg-header {
    h1 {
        text-shadow: 0 0 5px #FFFFFF;
    }

    p {
        text-shadow: 0 0 5px #FFFFFF;
    }
}

.bg-header {
    background-image: url('https://images.unsplash.com/photo-1723307061015-adf251508a29?q=80&w=1826&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nav-link {
    padding: 0.25rem 0;
    font-size: 1rem;
}

h1,h2,h3,h4,h5,h6 {
    color: #000000 !important;
}

.sticky-top {
    top: 20px;
}

.table {
    font-size: 0.8rem;
}
