.spp-follow-btn {

  padding: 5px 15px;
  background-color: #415A77;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.spp-follow-btn:hover {
  background-color: #004b6d;
}
/* 
.spp-follow-btn.follow:hover {
  background-color: rgb(0, 166, 0);
}

.spp-follow-btn.unfollow:hover {
  background-color: rgb(169, 0, 0);
} */
