@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');
@keyframes glow {
   to {
        text-shadow: 0 0 6px #FF0000, 0 0 10px #000000, 0 0 14px #000000, 0 0 18px #000000;
    }
}
a .z12789184, .z12789184 a {
	color: #000000;
font-size: 1.3em;
font-family: 'Cinzel Decorative', cursive;
animation: glow 1.1s infinite alternate;
}

 .z12789184 a {
  font-size: 1em;
}

.profiler-username-header .z12789184 {
	text-shadow: 0 0 6px #FF0000;
}