.wp-block-button {
  color: white
}
.wp-block-button__link {
  display: inline-block;
  padding: 0.75rem 2.5rem;
  transition: all .3s ease-in-out;
  background-color: #23b09b;
  cursor: pointer;
  border: 2px solid #23b09b;
  border-radius: 2.8125rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
.wp-block-button__link:hover {
  background-color: white;
  color: #23b09b;
}