.sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 60px; 
  background-color: white;
  width: 75px;
  z-index: 200;
}

.box{
  padding-top: 5px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box:hover{
  background-color: rgb(245, 243, 243);
  cursor: pointer;
}

.box img{
  height: 24px;
  margin-bottom: 4px;
}

.box div{
  font-family: Rorbot, Arial;
  font-size: 10px;

}