
@keyframes flash1{
  0%{color: #01f1ff; text-shadow: 0 0 10px #01f1ff;}
  50%{color: black; text-shadow: 0 0 10px black;}
  100%{color: #01f1ff; text-shadow: 0 0 10px #01f1ff;}
}

 .z11291031, .z11291031 a {
        animation: flash1 2s infinite;

}

.profiler-username-header .z11291031 {
    text-shadow: 0 0 6px #976AFF;
}
#profile-page #profile-header {
	background-color: rgba(0, 149, 255, 0.3);
}

#view-profile .panel .panel-heading {
	background-color: rgb(0, 63, 243);
}

#view-profile .panel {
	background-color: rgba(0, 149, 255, 0.37);
}

#profile-page {
	color: rgb(0, 201, 255);
	animation: flash1 2s infinite;
	background: url(https://www.finewebstores.com/thumbnail.asp?file=assets/images/HFA/jumbobucket_1666_general.jpg&maxx=300&maxy=0)no-repeat fixed center center / cover;
}