.side-bar {
    background-color: rgb(252, 250, 250);
    color: rgb(8, 8, 8);
    position: fixed;
    left: 0;
    bottom: 0;
    top: 60px;
    width: 100px;
    z-index: 2;
    padding-top: 0px ;
    

}

.sidebar-link {
      height: 98px;
      margin-top: -5px;
      margin-bottom: 6px;
      background-color:white;

      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;

}

.sidebar-link:hover {
    background-color: rgb(208, 210, 211);
    cursor: pointer;
}


.sidebar-link img {
        height: 30px; 
        margin-bottom: 5px;

}

.sidebar-link div {
    font-size: 13px;
    font-family: arial;
    font-weight: bold;

}