@import url('https://fonts.googleapis.com/css2?family=Creepster&family=Fredericka+the+Great&display=swap');

@keyframes hope {
	to {
		text-shadow: 0 0 6px #ffae00, 0 0 10px #ffae00, 0 0 14px #ffae00;
	}
}


.z1870230, .z1870230 a {
    font-family: 'Creepster', cursive;

    font-size: 1.0em;	
    color:#000000;
    -webkit-background-clip: text;
    font-size: 1.0em;
    background-clip: text;
    animation: hope 1s infinite alternate;
}

.profiler-username-header .z1870230 {
    text-shadow: 0 0 6px #ffae00;
}

#profile-page {
    font-family: 'Fredericka the Great', cursive;
    background: url(https://i.imgur.com/ddGmgfn.png) no-repeat fixed center center / cover;
}