.sidebar{
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftSideBarSmall{
    width: 50px;
}

.leftSideBarBig{
    width: 210px;
}
#navbarDropdown{
    color: red;
}
#navbarDropdown:hover{
    color: black;
}
.cursorPointer{
    cursor: pointer!important;
}
