.sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 60px;
    background-color: rgb(255, 255, 255);
    align-items: center;
}
.side-div{
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin-left: 13px;
}

.sidebox button{
    margin-bottom: 2px;
    font-size: 10px;
    color: rgb(95, 94, 94);
    height: 74px;
    width: 60px;
    border-radius: 8px;
    border: none;
    vertical-align: middle;
    background-color:rgb(255, 255, 255);
}
.sidebox img{
    vertical-align: middle;
    padding-bottom: 8px;
}
.sidebox img:hover{
   cursor: pointer;
} 
.home-button{
    width: 25px;
    height: 25px;
      padding-top: 4px;
}
.shorts-button{
  padding-top: 4px;
  width: 20px;
  height: 22px;  
}
.subs-button{
    width: 21px;
}
.you-button{
    padding-left: 12.5px;
    width: 20px;
    display: block;
    vertical-align: middle;
    text-align: center;
}
