.glowing_text {
  background-color: transparent;
  color: #fff; 
  animation: hue 3s linear infinite;
  text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff,
    0 0 200px #0072ff;
}

@keyframes hue {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}

.text-neon-magenta-adv{color:#ff4dff;animation:neon-glow-cycle-5 3s ease-in-out infinite;text-shadow:0 0 4px currentColor,0 0 10px currentColor}
@keyframes neon-glow-cycle-5{0%{text-shadow:0 0 4px currentColor,0 0 10px currentColor}25%{text-shadow:0 0 6px currentColor,0 0 14px currentColor,0 0 22px currentColor}50%{text-shadow:0 0 8px currentColor,0 0 18px currentColor,0 0 30px currentColor}75%{text-shadow:0 0 6px currentColor,0 0 14px currentColor,0 0 22px currentColor}100%{text-shadow:0 0 4px currentColor,0 0 10px currentColor}}

.text-neon-lime-adv{color:#e9e175;text-shadow: 0 0 4px #bfff00bd, 0 0 10px #bfff0082, 0 0 20px #bfff0096;;animation:neon-jitter-3 1.6s infinite}
@keyframes neon-jitter-3{0%,100%{transform:translate(0,0)}20%{transform:translate(.2px,-.2px)}40%{transform:translate(-.2px,.2px)}60%{transform:translate(.15px,.15px)}80%{transform:translate(-.15px,-.15px)}}

.text-neon-amber-adv{color:#ffbf40;text-shadow:0 0 1px #fff, 0 -1px 1px #fff, 0 0 5px #ffbf40, 0 0 14px #ffbf4000, 0 0 26px #ffbf401f;;animation:neon-pulse-2 2.2s ease-in-out infinite}
@keyframes neon-pulse-2{0%,100%{filter:drop-shadow(0 0 4px currentColor)}50%{filter:drop-shadow(0 0 10px currentColor) , drop-shadow(0 0 18px currentColor)}}

.text-neon-blue-adv{color:#ffffffa3;text-shadow:0 0 5px #0ea5ea,0 0 16px #0ea5ea,0 0 30px #0ea5ea;animation-fill-mode:forwards;animation-delay:0s,3.2s;animation:neon-blink-4 3.2s infinite,delay-generic 6.4s infinite}
@keyframes neon-blink-4{0%,100%,90%,92%,94%,96%,98%{opacity:1}91%,93%,95%,97%,99%{opacity:.1}}@keyframes neon-glow-cycle-5{0%{text-shadow:0 0 4px currentColor,0 0 10px currentColor}25%{text-shadow:0 0 6px currentColor,0 0 14px currentColor,0 0 22px currentColor}50%{text-shadow:0 0 8px currentColor,0 0 18px currentColor,0 0 30px currentColor}75%{text-shadow:0 0 6px currentColor,0 0 14px currentColor,0 0 22px currentColor}100%{text-shadow:0 0 4px currentColor,0 0 10px currentColor}}

.text-neon-toxic-adv{color:#39ff14;text-shadow:0 0 6px #39ff14,0 0 14px #39ff14,0 0 28px #39ff14,0 0 50px #39ff14;animation:neon-flicker-1 1.8s infinite steps(70)}
@keyframes neon-flicker-1{0%,100%,19%,21%,23%,25%,54%,56%{opacity:1}20%,24%,55%{opacity:.35}}

.cats_heading_font {
  font-family: "Kablammo", system-ui;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "MORF" 0;

  @media only screen and (max-width: 1280px) {
    font-size: 50px !important; 
  }
}

.dogs_heading_font {
  font-family: "Rubik Gemstones", system-ui;
  font-weight: 100;
  font-style: normal;

  @media only screen and (max-width: 1280px) {
    font-size: 50px !important; 
  }
}

.reggae-one-regular {
  font-family: "Reggae One", system-ui;
  font-weight: 100;
  font-style: normal;
}

.star_checked {
  color: orange;
}