nav{
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 60px;
  left: 0px;
  bottom: 0px;
  width: 75px;
  z-index: 200;
  background-color: white;
}


.sidebar-link{
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sidebar-link:hover{
  background-color: rgb(230, 230, 230);
}

.sidebar-link img{
  height: 25px;
  padding-bottom: 3px;
}


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