.side-bar {
  background-color: white;
  color: black; 
  position: fixed;
  top: 60px;
  left: 0px;
  bottom: 0px;
  width: 80px;
  z-index: 101;
  padding-top: 15px;
}

.sidebar-link {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sidebar-link:hover { background-color: rgb(230, 228, 228);
}

.sidebar-link img {
  height: 23px;
  margin-bottom: 10px;
}

.sidebar-link div {
  font-family: roboto,  arial;
  font-size: 10px;
  cursor: pointer;
  }
