.cool-text{
	background-clip: unset;
	background: -webkit-linear-gradient(100deg, rgb(0, 255, 221), blue, rgb(152, 11, 253), rgb(255, 0, 255), red);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:40px;
    font-weight: 700;
	transition: ease 1s;
}
.cool-hr {
    border: 2px;
    background: linear-gradient(to right, red, yellow, lightgreen, aqua);
    height: 15px;
  }