.header{
    position: fixed;
    display: flex;
    background-color: rgb(20, 18, 16);
    color: white;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    z-index: 200;
}

.left-section{
    display: flex;
    align-items: center;
}

.right-section{
    
    margin: 0px 20px 0px 20px;

}

.profile-icon{
    width: 50px;
    height: 40px;
    object-fit: cover;
    margin: 0px 20px 0px 20px;
}



