
.sidebar {
    z-index: 300;
    position: fixed;
    color: aliceblue;
    background-color: rgb(17, 20, 36);
    left: 0;
    top: 0;
    bottom:0;
    width:  170px;
    

    
    
}

.menu {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

.menu-content  {
    margin-left: 14px;
    cursor: pointer;
}

.menu-content p {
    padding: 4px;
    color: aliceblue;
}

.menu-content p:hover {
 background-color: rgb(85, 78, 124); ;

}