@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');
@keyframes glow {
   to {
        text-shadow: 0 0 6px #FF00CC, 0 0 10px #FF00CC, 0 0 14px #FF00CC, 0 0 18px #FF00CC;
    }
}

.z13631575, .z13631575 a {
color: #C7C734;
}

.profiler-username-header .z13631575 {
text-shadow: 0 0 6px #FF00CC;
font-family: 'Nothing You Could Do', cursive;
font-size: 1.22em;

animation: glow 2.1s infinite alternate;
