@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freckle+Face&display=swap');

@keyframes rainbow{
  0%{color: #0D0330; text-shadow: 0 0 10px #0D0330;}    
  25%{color: white; text-shadow: 0 0 10px white;} 
  50%{color: #2509C2; text-shadow: 0 0 10px #2509C2;}
 75%{color: white; text-shadow: 0 0 10px white;}
 100%{color: #3E2ABC; text-shadow: 0 0 10px #3E2ABC;}
 

}



/*Manubarcalol - Preda */


.z5951717, .z5951717 a {
color: rgba(255,255,255,1);
font-family: 'Cinzel', serif;
animation: rainbow 7s infinite;
font-weight: bold;


	
}

.profiler-username-header .z5951717 {
	text-shadow: 0 0 6px #FFFFFF;
}


#profile-page #profile-header {
	background-color: rgba(93,188,210,0.24);
}

#view-profile .panel .panel-heading {
	background-color: rgba(34,37,43,0.7);
}

#view-profile .panel {
	background-color: rgba(255,255,255,0.21);
}

#profile-page {
	color: rgba(255,255,255,1);
text-shadow: 0 0 6px #000000;
font-family: 'Freckle Face', cursive;
background: url(https://i.imgur.com/fqg6nk2.png) no-repeat fixed center center / cover;
}