nav {
    display: flex;
    background-color: blue;
    border-radius: 20px;


}

.logo {
    width: 70px;
    padding: 10px;


}
nav ul {
    color: black;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.groupLink1 {
    background-color: aquamarine;
    display: flex;
    justify-content: center;


}

.groupLink2 {
    background-color: brown;

}