@keyframes colourswitch13381881 {
  0%{color: #FF0000; text-shadow: 0 0 10px #000000;}    
  25%{color: #000000; text-shadow: 0 0 10px #FF0000;}
  50%{color: #FF0000; text-shadow: 0 0 10px #000000;}
  75%{color: #000000; text-shadow: 0 0 10px #FF0000;}
 100%{color: #FF0000; text-shadow: 0 0 10px #000000;}

}

@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');


.z13381881, .z13381881 a {
	color: #000000;
animation: colourswitch13381881 3s infinite;
font-family: 'Nosifer', cursive;
}

.profiler-username-header .z13381881 {
	text-shadow: 0 0 6px #FF0000;
}


#profile-page #profile-header {
	background-color: rgba(0,0,0,0.5);
}

#view-profile .panel .panel-heading {
	background-color: rgba(255,0,0,0.6);
}

#view-profile .panel {
	background-color: rgba(112,112,112,0.3);
}

#profile-page {
	color: rgba(0,0,0,1);
font-family: 'Nosifer', cursive;
	background: url(https://media0.giphy.com/media/BNgXhny4MvIeOG5fzG/giphy.gif) no-repeat fixed center center / cover;
}