.headerMenu{
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.rightMenu{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
}

.languageButton{
    width: 1200px;
    display: flex;
    justify-content: flex-end;
}

#search{
    margin-top: 5px;
}

#menuButtons{
    display: flex;
    justify-content: space-between;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    color: grey;
}

h4{
    margin: 0;
    margin-right: 3px;
}

#home{
    display: flex;
}

#aboutUs{
    display: flex;
}

#cart{
    display: flex;
}

#login{
    display: flex;
}

#account{
    display: flex;
}

#signOut{
    display: flex;
}