@keyframes flash1{
  0%{color: white; text-shadow: 0 0 10px     color: #D40000;
;}
  50%{color: black; text-shadow: 0 0 10px     color: #D40000;
;}
  100%{color: white; text-shadow: 0 0 10px     color: #D40000;
;}
}

@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');
.z10173534, .z10173534 a {
    color: #D40000;
    font-family: 'Galada', cursive;
    animation: flash1 2s infinite;


}

.profiler-username-header .z10173534 {
    text-shadow: 0 0 6px #AABA2F;
}
#profile-page #profile-header {
    background-color: rgba(0, 0, 0, 0.3);
}
#view-profile .panel {
	background-color: rgba(0, 0, 0, 0.3);
}
#view-profile .panel .panel-heading {
    background-color: rgba(252,255,92,1);
}

#profile-page {
    color: rgba(255,238,54,1);
    font-family: 'Galada', cursive;
    background: url(https://i.imgur.com/Y6IRD67.jpg) no-repeat fixed center center / cover;
}