.nav {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  align-items: center;
}
.nav > * {
  margin: 0 0.5em;
}