nav {
  background: #C4AD85;
  display: flex;
  justify-content: center;
}

nav a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  display: inline-block;
}

nav a:hover {
  background: #DCC8A0;
}
