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

@keyframes safa{
   to {
        text-shadow: 0 0 6px #FF0000, 0 0 8px #FF0000, 0 0 10px #FF0000
    }
}


.z6613930, .z6613930 a {
    font-family: 'Lacquer', cursive;
    animation: safa 2s infinite alternate;
    font-size: 1.15em;
    color: #1589B8;
}

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