body{
    padding-top: 70px;
    padding-left: 80px;
    margin-bottom: 1000px;
}
.header{
    height: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid grey;

}.left{
        display: flex;
        align-items: center;
    
}.middle{
    
    flex: 1;
    margin-left:70px ;
    margin-right: 35px;
    max-width: 500px;
    display: flex;
    align-items: center;
}.right{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    flex-shrink: 0;
}.menu{
    height: 24px;
    margin-left: 24px;
    margin-right: 24px;
}.logo{
    height: 20px;
} .search-bar{
   flex: 1;
   height: 36px;
   padding-left: 10px;
   font-size: 18px;
   border-radius: 3px;
   box-shadow: inset 1px 2px 5px 
   rgba(0,0,0,0.05);
   border: 1px solid grey;
   width: 0;
}
.search{
    height: 40px;
    width: 60px;
    margin-left: -1px;
    margin-right: 8px;

}.search-logo{
    height: 25px;
    margin-top: 4px;
    background-color: rgb(249, 245, 245);

}.mic{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    border: none;
}.mic-logo{
    height: 24px;
    margin-top: 4px;
    background-color: rgb(249, 245, 245);

}.upload{
    height: 24px;
}.apps{
    height:24px
}.notification{
    height: 24px;
}.user{
    height: 32px;
    border-radius: 16px;
}