nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  font-size: 1.2em;
}

nav * {
  text-decoration: none;
  color: black;
}
