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

.z8472648, body[data-profile="8472648"] {
    --username-color0: #000000;
    --username-color1: #FFD700;
}

.z8472648 a {
    animation: username-colourswitch 3s infinite;
    color: #FFD700;
    text-shadow: 0 0 6px #000000FF;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.username-header .z8472648 {
    animation: username-colourswitch 3s infinite;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#profile-page #profile-header {
    color: #FFD700;
    background-color: #07070756;
}

#profile-page .panel .panel-heading {
    color: #FFD700;
    background-color: #0D0D0DCB;
}

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

#profile-page .panel {
    color: #FFD700;
    background-color: #00000054;
    border-color: #000000;
}

#profile-page {
    color: #FFD700;
    background: url(https://i.imgur.com/52etq5o.gif) no-repeat fixed center center / cover;
}