@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100&family=Source+Code+Pro&display=swap');

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

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

.z13225391, .z13225391 a {
    font-family: 'Roboto Slab', serif;
    color: #FFFFFF;
    animation: eja1 2s infinite alternate;
}

.profiler-username-header .z13225391 {
    text-shadow: 0 0 6px #FFD700;
}

.profiler-username-header .z13225391:after { 
    content: "\A We're Working Under AdminPwn";
    white-space: pre;
    font-size: 0.8em;
    -webkit-background-clip: text;
    font-family: 'Source Code Pro', monospace;
    animation: eja2 2s infinite alternate;
}

#profile-page #profile-header {
    background-color: rgba(255,215,0,0.3);
}

#view-profile .panel .panel-heading {
    background-color: rgba(255,215,0,0.3);
}

#view-profile .panel {
    background-color: rgba(255,255,255,0.3);
}

#profile-page {
    color: rgba(255,255,255,1);
    animation: eja1 2s infinite alternate;
    background: url(https://media.giphy.com/media/UzyMxXd38HNlhZyFSN/giphy.gif) no-repeat fixed center center / cover;
}