<!doctype html>
<html>
  <head>
    <title>Zachowuj prostotę selektorów</title>
    <style type="text/css">
      a.nav-link {
          color: #1200FF;
      }
    </style>
  </head>
  <body>
    <div>
      <nav>
        <ul>
          <li>
            <a href="./policies.html" class="nav-link">Reguły</a>
          </li>
        </ul>
      </nav>
    </div>
  </body>
</html>
