.teamTor {
	background: linear-gradient(to right,
		#ff0000 17%,
		#ffff00 33%,
		#00ff00 50%,
		#00ffff 67%,
		#0000ff 83%,
		#ff00ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.teamDusty {
	background: linear-gradient(170deg,
		#76b900 20%,
		#d4ff00 40%,
		#76b900	60%,
		#d4ff00 80%,
		#76b900 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.teamEli {
	background: linear-gradient(to bottom,
		#01fdfe 0%,
		#11badb 33%,
		#1e76b6 67%,
		#2e3293 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.teamRose {
	color: #e0008a;
}

.usernamehead {
  text-shadow: none !important;
}
