body {
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;

}

div {
	background: linear-gradient(90deg,rgba(228, 2, 3, 1) 0%, rgba(255, 139, 0, 1) 20%, rgba(254, 237, 1, 1) 40%, rgba(0, 129, 39, 1) 60%, rgba(0, 77, 255, 1) 80%, rgba(118, 7, 137, 1) 95%);
	-webkit-background-clip: text;
        background-clip: text;
        color: transparent;
	font-size: 36vw;
	font-weight: bold;
	font-family: Times;
}

