.sidebar{
  position: fixed;
  left:0;
  bottom:0;
  top:55px;
  width:72px;
  background-color:white;
  z-index:200;
  padding-top: 5px;
}

.sidebar-link{
  height:74px;
  display:flex;
  justify-content: center;
  align-items:center;
  flex-direction: column;
  cursor:pointer;
}
.sidebar-link:hover{
  background-color:rgb(234, 234, 234);
}

.sidebar-link img{
  height:24px;
  margin-bottom: 6px;
}

.sidebar-link div{
  font-size:10px;
}
