  
  a {
    color: #333333;
    text-decoration: underline;
  }
  
  a:hover {
    color: #fb6262;
    filter: brightness(97%);
  }
  