#sidebar {
    width: 240px;
    background: #ffffff;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

#sidebar h3 {
    margin: 16px 16px 8px 16px;
    font-size: 14px;
    color: #707579;
    font-weight: 600;
    text-transform: uppercase;
}