html body .decor-wrap .decor-frm-block {
  background-color: rgb(0, 121, 107);
  color: rgb(255, 255, 255);
}

html body .decor-wrap .decor-frm-btn {
  background-image: -webkit-linear-gradient(0deg, transparent 0px, rgb(255, 117, 117));
}

html body .decor-wrap .decor-frm-btn:hover {
  background-color: rgb(255, 58, 58);
}

html body .decor-edit-block-title {
  color: rgb(0, 121, 107);
}

html body .keymoments__title {
  background-color: rgb(0, 121, 107);
}

html body .keymoments__list-num {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 121, 107);
}

