
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@keyframes rainbowKleo{
  0%{color: orange; text-shadow: 0 0 10px orange;}    
  10%{color: purple; text-shadow: 0 0 10px DodgerBlue;}    
    20%{color: red; text-shadow: 0 0 10px DeepPink;}
  30%{color: CadetBlue; text-shadow: 0 0 10px cyan;}
    40%{color: yellow; text-shadow: 0 0 10px green;}
  50%{color: coral; text-shadow: 0 0 10px coral;}
    60%{color: green; text-shadow: 0 0 10px yellow;}
  70%{color: cyan; text-shadow: 0 0 10px CadetBlue;}
  80%{color: DeepPink; text-shadow: 0 0 10px red;}
  90%{color: DodgerBlue; text-shadow: 0 0 10px purple;}
    100%{color: orange; text-shadow: 0 0 10px orange;}
}
.z13317922, .z13317922 a {
    color: #A04DB3;
    font-family: 'Caveat', cursive;
    animation: rainbowKleo 4s infinite;
    font-size: 130%;
}

.profiler-username-header .z13317922 {
    text-shadow: 0 0 6px #0D11FF;
}
#profile-page {
    color: rgba(160,77,179,1);
    font-family: 'Caveat', cursive;
    font-weight: bold;
    font-size: 16px;
    background: url(https://wallpaperhd.wiki/wp-content/uploads/epic-wallpapers-fantasy-wolf-wallpapers-wallpaper-cave-29-wolf-wallpapers.pro.jpg) no-repeat fixed center center / cover;
}