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

@keyframes flash13440013{
  0%{color: #C7704A; text-shadow: 0 0 10px #7C26D1;}
  50%{color: purple; text-shadow: 0 0 10px purple;}
  100%{color: #C7704A; text-shadow: 0 0 10px #7C26D1;}
}

.z13440013, .z13440013 a {
	color: #C7704A;
    text-shadow: 0 0 6px #7C26D1;
    animation: flash13440013 2.5s infinite;
    font-family: 'Calligraffitti', cursive;
}

.profiler-username-header .z13440013 {
	text-shadow: 0 0 6px #7C26D1;
	font-size: 40pt;
}

#profile-page #profile-header {
	background-color: rgba(204,48,255,0.12);
}

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

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

#profile-page {
	color: rgba(199,112,74,1);
	text-shadow: 0 0 3px #000;
	font-family: 'Calligraffitti', cursive;
	background: url(https://i.imgur.com/0T7QJYF.png) no-repeat fixed center center / cover;
}