.klk-title {
  font-family: "RaglanPunch";
  font-weight: normal;
  letter-spacing: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
  background-image: linear-gradient(to bottom, #FC7309, #FA290B);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}