.sidemenu {
    position: fixed;
    left: 3vw;
    top: 50%;
    transform: translateY(-50%);
}

#org_committee li {
    list-style: none;
}

#org_committee a.active {
    color: #d3845f;
    font-weight: bold;
}

#org_committee a {
    color: #027b9b;
}