@import url('https://fonts.googleapis.com/css2?family=Nosifer');
@import url('https://fonts.googleapis.com/css2?family=Eater');

.z13413323, body[data-profile="13413323"] {
    --username-color0: #FFD700;
}

.z13413323 a {
    animation: username-glow 10s alternate infinite;
    color: #000000;
    text-shadow: 0 0 6px #9A0000FF;
    font-family: 'Nosifer';
}

.username-header .z13413323 {
    animation: username-glow 10s alternate infinite;
    color: #000000;
    text-shadow: 0 0 6px #9A0000FF;
    font-family: 'Nosifer';
}

#profile-page #profile-header {
    color: #907900;
    text-shadow: 0 0 8px rgb(0,0,0), 0 0 2px rgb(0,0,0);
    background-color: rgba(0,0,0,0);
}

#profile-page #profiler-data-tabs {
    border: none;
}

#profile-page .panel .panel-heading {
    color: #D0AF00;
    background-color: #FFD70041;
}

#profile-page .panel .panel-heading .panel-title {
    text-shadow: 0 0 6px #000000FF;
    font-family: 'Eater';
}

#profile-page .panel {
    color: #685800;
    background-color: #141414D6;
    border: 3px solid rgba(255,255,255,0.14);
    box-shadow: 0 14px 40px rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: 0.25s ease;
}

#profile-page .panel:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.24);
    box-shadow: 0 18px 55px rgba(0,0,0,0.75);
}

#profile-page .panel > h3, h4 {
    font-family: 'Eater';
}

#profile-page {
    color: #77736E;
    font-family: 'Eater';
    background: url(https://i.imgur.com/850Okxy.gif) no-repeat fixed center center / cover;
}