body {
    font-family: sans-serif;
}

nav {
    display: flex;
    justify-content: flex-end;
    background-color: rgb(197, 164, 138);

}

ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

li {
    padding: 0 10px 0 10px;
}

a {
    text-decoration: none;
    color: #574257;
}