.top-nav {
    transition: top 0.3s;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.move-to-top {
    position: fixed;
    bottom: 45px;
    right: 45px;
    width: 3.5em;
    height: 3.5em;
    border-radius: 25px;
    display: none;
    z-index: 1000;
}
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.navbar-nav .nav-link {
    font-size: 1.4em;
    margin: 0 10px;
}


.dropdown-menu {
    right: -8px !important;
    top: 142%;
    width: 20vw;
}


.more-list{
    font-size: 16px;
}



.navbar-brand {
    font-size: 1.8em;
    font-weight: bold;
}

.code-block {
    position: relative;
    min-height: 6em;
    border-radius: 10px;
    margin: 2em;
    width: 80%;
    margin-top: 0.7em;
    /* box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1); */
    border: 1px solid #1d1d1d21;
}

.copy-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0px 5px;
    font-size: 1.5em;
    width: 2em;
    background-color: transparent;
    color: rgb(0, 0, 0);
    border: 1px solid #00000000;
    border-radius: 7px;
    cursor: pointer;
}

.copy-btn:hover, .copy-btn:focus ,.copy-btn:active{
    background-color: transparent;
    color: rgb(0, 0, 0);
    border: 1px solid #00000000;

}

.h3-side{
    margin-left: 1.5em;
    margin-top: 0.7em;
    font-weight: 200;
}



pre code {
    font-size: 1.7em;
    font-weight: bold;
    color: #516097;
}

.p-3 {
    padding: 1.5rem !important;
}




