nav:nth-child(1) {
  a:nth-child(1) {
    display: none;
  }
  span:nth-child(2) {
    display: none;
  }
}
