a:link {
    color: rgb(255, 0, 221);
  }

  a:hover {
    color: rgb(255, 242, 0);
  }

  a{
    text-decoration: none;
  }