@import url('https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap');

@keyframes bobert{
   0%{color: #FCEEBF; text-shadow: 0 0 10px #7A7A7A;}    
  50%{color: rgba(0, 13, 255, 0); text-shadow: 0 0 10px rgba(0, 13, 255, 0);}
 100%{color: #FCEEBF; text-shadow: 0 0 10px #7A7A7A;}   

}



.z7412339, .z7412339 a {
    color: #FCEEBF;
font-family: 'Metal Mania', cursive;
animation: bobert 5s infinite;
}

.profiler-username-header .z7412339 {
    text-shadow: 0 0 6px #7A7A7A;
}
[4:14 PM]
#profile-page #profile-header {
    background-color: rgba(255,255,255,0.39);
}

#view-profile .panel .panel-heading {
    background-color: rgba(78,74,58,0.47);
}

#view-profile .panel {
    background-color: rgba(252,238,191,0.47);
}

div .weapon-name[data-bind="text: weapon_name_1, visible: weapon_name_1"] {
    animation: SKrainbow 5s infinite;
font-size: 1.2em;
	text-shadow: 0 0 4px #000000;
}
div .weapon-name[data-bind="text: weapon_name_2, visible: weapon_name_2"] {
    animation: SKrainbow 5s infinite;
text-shadow: 0 0 4px #000000;
font-size: 1.2em;
}
div .weapon-name[data-bind="text: weapon_name_3, visible: weapon_name_3"] {
    animation: SKrainbow 5s infinite;
text-shadow: 0 0 4px #000000;
font-size: 1.2em;
}

#profile-page {
    color: rgba(199,199,199,1);
font-family: 'Metal Mania', cursive;
    background: url(https://i.imgur.com/g4tHqUT.png) no-repeat fixed center center / cover;
}