@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
@keyframes glow9906958 {
   to {
        text-shadow: 0 0 6px #417C3A, 0 0 10px #417C3A, 0 0 14px #417C3A, 0 0 18px #417C3A;
    }
}

.z9906958, .z9906958 a {
    color: #00888B;
font-size:1.2em;
 animation: glow9906958 1s infinite alternate;
font-family: 'Yellowtail', cursive;
}

.profiler-username-header .z9906958 {
    text-shadow: 0 0 6px #FFFFFF;
}

Background

#profile-page #profile-header {
    background-color: rgba(0,136,139,0.11);
}

#view-profile .panel .panel-heading {
    background-color: rgba(0,136,139,0.13);
}

#view-profile .panel {
    background-color: rgba(119,0,0,0.04);
}

#profile-page {
    color: rgba(45,250,255,1);
    background: url(https://media1.giphy.com/media/Td4JkwLkmWuyfEmxZI/giphy.gif) no-repeat fixed center center / cover;
}