header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #7ac74c;
    height: 70px;
    padding: 0 20px;
}

.logo {
    height: 70px;
    width: auto;
}

#menu-button {
    display: none;
}

nav {
    height: 70px;
    font-weight: 600;
}
nav ul {
    list-style: none;
    height: 70px;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav li {
    height: 70px;
}

nav a,
nav div {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

nav a p,
nav div p {
    color: white;
    font-size: 1.5rem;
    margin: 0;
}

nav div,
nav div p {
    cursor: pointer;
}
