/* Change button color */
.um-button {
  background-color: #1f4733 !important;
  color: #fff !important;
  border: none !important;
}

/* Change button hover color */
.um-button:hover {
  background-color: #B6933D !important; /* Example: tagline gold */
}