.toplinks a {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    background-color: #FFD700;
    color: #333c47;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 4px;
}

.toplinks {
    margin-bottom: 10px;
}

.bookmark-item {
    border: none;
    background-color: #333C47;
    width: 100%;
    display: flex;
    align-items: start;
}

.bookmark-item.active {
    background-color: #2b3647;
    display: flex;

}

.bookmark-item:hover {
    display: flex;
}