/* Add custom CSS styles below */ 
button,
.btn,
.button,
.salla-button,
a.btn,
a.button,
input[type="submit"],
input[type="button"] {
  background-color: #622252 !important;
  border-color: #622252 !important;
  color: #ffffff !important;
}

button:hover,
.btn:hover,
.button:hover,
.salla-button:hover,
a.btn:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #4f1c41 !important;
  border-color: #4f1c41 !important;
  color: #ffffff !important;
}