/* css styles */

a[rel="special-btn"] {
  border: 2px solid black;
}

a[rel="special-btn"]:hover {
  background-color: black;
  color: white;
}
