.teamDusty {
    animation: dustyFields 8s linear 0s infinite;
}
    
@keyframes dustyFields {
    from {
    color: #76b900;
    }
    20% {
    color: #76b900;
    }
    40% {
    color: #d4ff00;
    }
    60% {
    color: #76b900;
    }
    80% {
    color: #d4ff00;
    }
    100% {
    color: #76b900;
    }
}
    
.teamEli {
    animation: oceanDepths 4s linear 0s infinite;
}
    
.teamTor {
    animation: skittleWizard 12s linear 0s infinite;
}

@keyframes skittleWizard {
    from {
    color: #ff0000;
    }
    17% {
    color: #ffff00;
    }
    33% {
    color: #00ff00;
    }
    50% {
    color: #00ffff;
    }
    67% {
    color: #0000ff;
    }
    83% {
    color: #ff00ff;
    }
    100% {
    color: #ff0000;
    }
}

.teamVrydi {
    animation: huiJing 12s linear 0s infinite;
}
 
.teamWulfra {
    animation: theVoid 20s linear 0s infinite;
}

.teamZefer {
    animation: stormCaller 7s linear 0s infinite;
}

@keyframes stormCaller {
    from {
    color: #ca880e;
    text-shadow: 0 0 0px #454954;
    }
    49% {
    color: #ca880e;
    text-shadow: 0 0 0px #454954;
    }
    50% {
    color: #00ffff;
    text-shadow: 0 0 10px #0ff;
    }
    60% {
    color: #ca880e;
    text-shadow: 0 0 0px #454954;
    }
    100% {
    color: #ca880e;
    text-shadow: 0 0 0px #454954;
    }
}

.teamBag {
    animation: sunrise 8s ease-in-out 0s infinite;
}

@keyframes sunrise {
    from {
      color: #ff6100;
    }
    33% {
      color: #ff0051;
    }
    66% {
      color: #6900d0;
    }
    100% {
      color: #ff6100;
    }
  }

  .teamUG {
    animation: rainforest ease-in-out 6s infinite alternate-reverse;
  }

  @keyframes rosegarden {
    0% {
      color: #e0008a;
    }
    25% {
      color: #f799d2;
    }
    50% {
      color: #ff48b9;
    }
    75% {
      color: #ba125a;
    }
    100% {
      color: #e0008a;
    }
  }

  .teamRose {
    animation: rosegarden 4s linear 0s infinite;
  }

  .teamFern {
    animation: fern 8s linear 0s infinite;
  }

  .teamSpoon {
    animation: Spoon 12s ease 0s infinite;
  }