nav {
  background: #333;
  padding: 0.5em;
}

nav button {
  margin-right: 0.5em;
}

.selected {
  background: #dfd;
}