.sidebar {
    position: sticky;
    top: 4rem;
    right: 0;
    width: auto;
    overflow-y: auto;
    border-right: 4px solid #f6f6f6;
    height: calc(100vh - 6rem);
}

#developers .content {
    margin-top: 6rem;
}

#developers .hero h1 {
    font-weight: bold;
}

#developers .hero h3 {
    font-size: x-large;
}

#developers pre {
    color: #fff !important;
}

#developers .anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#developers h2 {
    margin: 10px 0px;
    font-weight: bold;
    font-size: x-large !important;
}

#developers ul {
    margin-bottom: 30px;
}

#developers ul li {
    padding: 6px 10px;
}

#developers .light {
    background: #eeeeee !important;
}

#developers .light code {
    color: #394951 !important;
}

#developers figure {
    font-size: large;
    padding: 10px 15px;
    border-radius: 8px;
    /*background: #1d1f21;*/
}

#developers figure code {
    /*color: #96cbfe !important;*/
}

#developers h4 {
    font-weight: bold;
    font-size: large !important;
}

#developers .task {
    margin-bottom: 10px;
    padding: 20px;
    /*border-left: 4px solid #f6f6f6;*/
}

#developers .divider {
    height: 4px;
    display: block;
    width: 100%;
    background: #f6f6f6
}