body nav {
    display: flex;
    background: #292626;
    border-radius: 10px;
}

body nav ul {
    display: flex;
    gap: 45px;
    justify-content: space-around;
    align-items: flex-end;
    list-style: none;
    color: white;
    margin:12px 0;
}


body nav ul li a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
