body {
  background: #efefef;
  color: #f00;
}
a {
  color: inherit;
}
nav a:nth-of-type(7) {
  text-decoration: underline 3px;
  text-underline-offset: 2px;
}
