/* "Read the series" button color */
.wrapper .button {
  background-color: #820d70;
}
/* "Read the series" button hover color */
.wrapper .button:hover {
  background-color: #bb3b80;
}
/* Story link color */
.wrapper .link {
  color: #820d70;
}
/* Story link hover background color */
.wrapper .link:hover {
  background-color: #bb3b80;
}