.side-tab{
    position: fixed;
    left: 0;
    top: 57px;
    width: 70px;
    bottom: 0;
    background-color: white;
    z-index: 200;
    padding-top: 5px;
}

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

.side-link:hover{
    background-color: rgb(239, 236, 236);
}

.side-link img{
    height: 24px;
    margin-bottom: 7px;
}

.side-link div{
    font-family: Roboto, Arial;
    font-size: 10px;
}