/* "Read the series" button color */
.wrapper .button {
  background-color: #7d0068;
}
/* "Read the series" button hover color */
.wrapper .button:hover {
  background-color: #bb3b80;
}
/* Story link color */
.wrapper .link {
  color: #7d0068;
}
/* Story link hover background color */
.wrapper .link:hover {
  background-color: #fef9f5;
}
.wrapper .links a.button {
  color: #fff;
}
