header nav {
  display: flex;
  position: relative;
  align-self: center;
  justify-self: right;
  margin-right: 30px;
}

header nav p {
  margin-left: 10px;
  margin-right: 10px;
}

header nav p a:link, header nav p a:visited {
  text-decoration: none;
  color: #606C38;
}

header nav p a:hover {
  color: #DDA15E;
  font-style: italic;
}