.sidebar-link{
    
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.sidebar-link div{
    font-size: 10px;
    font-family: roboto,arial;
}
.sidebar-link:hover{
    background-color: lightgray;
}
.sidebar{
   position: fixed;
   bottom: 0;
   left:0;
   top:55px;
   background-color: white;
   width: 72px;
   z-index: 200;
   padding-top: 5px;
}
.sidebar-link img{
    height: 24px;
    margin-bottom:4px ;
    cursor: pointer;
    
}