body{
    margin: 0px;
}



.main-navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background-color: rgb(230, 243, 248);
}


.hamburgermenu{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: 20px;
}


.searchmenu{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 45vw;
    background-color: rgb(201, 223, 231);
    border-radius: 50px;


}

.searchmenu>input{
    height: 30px;
    width: 40vw;
    background-color: rgb(201, 223, 231);
    color:rgb(201, 223, 231) ;
    border: 0px solid white;

}


.rightmenu{
    display: flex;
    align-items: center;
    gap: 25px;
}

.profilepic{
    border-radius: 100%;
    height: 50px;
    margin: 10px;
}