.button {
  background: #1fc25e !important;
}

.button.button-outline {
    background: #1fc25e !important;
    border: 1px solid #1fc25e !important;
    color: #fff !important;
  }
a {
  color: #1fc25e !important;
}