body {
    background-color:#0d0d0d;
}

.animated-gradient {
    background-image: -webkit-linear-gradient(125deg, #f2291b, #f7db25, #84f527);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 15s infinite linear;
    }@keyframes hue {
     from {
       -webkit-filter: hue-rotate(0deg);
     }
     to {
       -webkit-filter: hue-rotate(-360deg);
     }
    }

.text {
    font-family: Helvetica;
    text-align: center;
}

.short {
    display: flex;
    justify-content: center;
}

.victim{
  color:white;
}