body,
main,
main .content .step-header::before,
main .content .step-header::after,
main .content .step-divider .divider::before,
main .content .step-divider .divider::after  {
  background-color: #e14f45;
}
.breadcrumbs {
  color: white;
}
.button.is--primary,
button[type="submit"],
input[type=submit].is--primary {
  background-color: hotpink;
}

.button.is--primary-outlined {
  border-color: hotpink;
  color: hotpink;
  background-color: transparent;
}

header .content .credits span {
  background-color: hotpink;
}

.breadcrumb.active {
  color: #484848;
  font-weight: bold;
}

.scratch-card-cover {
  background-color: #e14f45 !important;
  background-image: linear-gradient(to right, #c2453c, #e14f45, #e14f45, #e14f45, #c2453c);
}

.box-lid {
  background-color: #e14f45;
}

.box-body {
  background: linear-gradient(#e14f45,#c2453c);
}

.button.is--primary,
button[type="submit"] {
  background-color: #639cfb;
}

.button.is--primary-outlined {
  border-color: #e14f45;
  color: #e14f45 !important;
  background-color: transparent !important;
}

.button.is--primary-outlined:hover {
  border-color: #e14f45;
  color: white !important;
  background-color: #e14f45  !important;
}

header .content .credits span {
  background-color: green !important;
}

.breadcrumb.active {
  color: #f4b800 !important;
}
