#sidebar {
    background-color: black;
    max-width: 260px;
}
#sidebar a:hover {
    color: #ffe06f;
    background: #3e464e;
}
#sidebar a:active {
    color: #ffe06f;
    background: #3e464e;
}
.feed {
    max-width: 750px;
}