*{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
#user{
    position: sticky;
    top:0px;
    background-color: white;
    height: 32px;
    border-bottom: 2px solid black;
}
.aboveNav{
    /* border: 1px solid red; */
    display: flex;
    width:100%;
    height:45px;
    margin: auto;
    justify-content: end;
    border:0.5px solid rgb(177, 177, 177);
    background-color: rgb(233, 236, 241);
}
.aboveNav>div{
    /* border: 1px solid blue; */
    width:14%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.aboveNav>div>img{
    height: 80%;
}
.aboveNav>div>div>p{
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    color: rgb(94, 93, 93);
}
.navbar{
    position: sticky;
    top:34px;
    background-color: white;
}
.searchBar{
    /* border:1px solid red; */
    display: flex;
    justify-content: space-around;
    height: 60px;
    align-items: center;
}
.searchBar>div:nth-child(1){
    width:55%;
    height: 100%;
    display: flex;
    align-items: center;
}
.searchBar>div>img{
    height:80%;
    margin-right: 20px;
    cursor: pointer;
}
.searchBar>div>input{
    margin: 10px;
    width: 60%;
    padding: 12px 15px;
    border: 0px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.searchBar>div:nth-child(2){
    width:12%;
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchBar>div:nth-child(2)>button{
    height: 50%;
    border: 0px;
    cursor: pointer;

}
.searchBar>div:nth-child(2)>button>img{
    height: 100%;
}
.navButtons{
    /* border: 1px solid red; */
    display:flex;
    padding-left: 90px;
    height: 50px;
    align-items: center;
    border: 0.1px solid rgb(207, 207, 207);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.navButtons>div{
    margin: 5px 20px 5px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
}
