/* "Read the series" button color */
.wrapper .button {
  background-color: #ab0613;
}
/* "Read the series" button hover color */
.wrapper .button:hover {
  background-color: #EBECF0;
}
/* Story link color */
.wrapper .link {
  color: #ab0613;
}
/* Story link hover background color */
.wrapper .link:hover {
  background-color: #EBECF0
}
.wrapper .links a.button {
  color: #d47c84;;
}
