a {
  color: #c22233;
  text-decoration-color: #d97c86;
}

input:focus {
  border-color: #c22233;
}

.button {
  background: #c22233;
}

.button.button-outline {
  border: 1px solid #c22233;
  color: #c22233;
}