.head{
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 400px;
    width: 80%;
    height: 20px;



}
.head-search{
    padding: 5px;
    width: 60%;
    display: flex;
    flex-direction: row;

    background-color: grey;
    border-radius: 5px;
}

.head-search-input{
    width: 100%;
    outline: none;
    border: hidden;
    background-color: grey;

}
.head-search-img{
    width: 4%;
    min-width: 5px;
}
.head-add{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
.head-add img{
    width:15%;
    min-width: 5px;

}
.head-navigation{
    background-color: white;
    position: sticky;
    top: 0;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    height: 30px;
    width: 100%;
    flex-direction: column;
    align-items: center;

}
.head-navigation-text{
    width: 70px;
   text-align: center;

}
.head-navigation-img{
    transition: left 0.5s;
    position: relative;
    left: 19px;
    width: 25px;
    height: 7px;
}