a {
  color: #34B0C6 !important;
}

.button.is-link {
  background-color: #34B0C6 !important;
}

.button.is-medium {
	color: #fff !important;
	background-color: #34B0C6 !important;
}

.button.is-outlined {
  background-color: #FFF !important;
  border-color: #34B0C6 !important;
  color: #34B0C6 !important;
}