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

@keyframes glow {
   to {
        text-shadow: 0 0 6px #530388, 0 0 10px #530388, 0 0 14px #530388, 0 0 18px #530388;
    }
}

.z13850437, .z13850437 a {
    font-family: "Berkshire Swash", serif;
    animation: glow 2s infinite alternate;
    color: #0AFF24;
}

.profiler-username-header .z13850437 {
    text-shadow: 0 0 10px #530388;
}

#profile-page #profile-header {
    background-color: rgba(10,255,36,1);
}

#view-profile .panel .panel-heading {
    background-color: rgba(10,255,36,1);
}

#view-profile .panel {
    background-color: rgba(72,193,155,0.35);
}

#profile-page {
    font-family: "Berkshire Swash", serif;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 0 6px #530388;
    color: rgba(83,3,136,1);
    background: url(https://i.imgur.com/yxlWw5p.jpeg) no-repeat center center/ cover;
}