a {
  color: rgb(207, 46, 46);
}
input:focus {
  border-color: rgb(207, 46, 46);
}
.button {
  background: rgb(207, 46, 46);
}
.button.button-outline {
  border: 1px solid rgb(207, 46, 46);
  color: rgb(207, 46, 46);
}