/*sidebar section*/
.sidebar{
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px;
    display: flex;
    flex-direction: column;
    height:200px;
    z-index: 100;
    margin-top: 110px;
}

/*icons*/
.home,.explore,.subscription{
    width: 26px;

}