

.navDivMain {
    background-color: black;
    font-size: larger;
    display: flex;
    justify-content: space-evenly;
    min-height: 3rem;
    align-items: center;
}

.navDivMain > a {
    color: white;
}


.navDivMain a:hover {
  background-color: #ddd;
  color: black;
}

.membersOnlydiv {
    display: flex;
    justify-content: space-evenly;
}

