@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

.z13854981, body[data-profile="13854981"] {
    --username-color0: #FFFFFF;
}

.z13854981 a {
    animation: username-glow 1s alternate infinite;
    color: #000000;
    text-shadow: 0 0 6px #FFFFFFFF;
}

.username-header .z13854981 {
    animation: username-glow 1s alternate infinite;
	color: #FFFFFF;
	font-family: "Tangerine", cursive;
	font-weight: 100;
	font-style: normal;
	font-size: 1.5em;
    text-shadow: 0 0 6px #FFFFFFFF;
}

#profile-page #profile-header {
    color: #AA0000;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
    background-color: #000000A7;
}

#view-profile .weapon-name { /*Profile Panel Weapon Names*/
    color: #78FBFF;
}

#profile-page .panel .panel-heading {
    color: #AA0000;
    background-color: #FFFFFF00;
}

#profile-page .panel .panel-heading .panel-title {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
    text-shadow: 0 0 6px #FFFFFFFF;
}

#profile-page .panel {
    color: #AA0000;
    background-color: #000000B5;
    border-color: transparent;
}

#profile-page {
    color: #000000;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
    background-color: #FF000000;
    background: url(https://i.imgur.com/aDKD23f.jpeg) no-repeat fixed center center / cover;
background-position: top 51px left;
}