.sidebar{
    position:fixed;
    top:67px;
    bottom:0;
    left:0;
    width: 92px;
    background-color: white;
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar-element{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sidebar:hover{
    cursor: pointer;
}

.sidebar-element img{
    height: 30px;
    margin-bottom: 5px;
}
.sidebar-element div{
    font-size: 12px;
}
