@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');

@keyframes glow {
   to {
        text-shadow: 0 0 6px #FFFFFF, 0 0 10px #FFFFFF, 0 0 14px #FFFFFF, 0 0 18px #FFFFFF;
    }
}

.z13266322 a {
        font-family: "Racing Sans One", sans-serif;
        animation: glow 2s infinite alternate;
        color: #8E8E8E;
        text-shadow: 0 0 6px #FFFFFF;
}

.username-header .z13266322 {
        font-family: "Racing Sans One", sans-serif;
        animation: glow 2s infinite alternate;
        color: #8E8E8E;
        text-shadow: 0 0 6px #FFFFFF;
}

#profile-page {
	background: url(https://i.imgur.com/fLtGSQT.gif) no-repeat fixed center center / cover;
}