body {
	height: 1000px;
	background-color: black;
	text-align: center;
	color: white;
	font-size: 2vw;
}

h1 {
	text-align: center;

	font-size: 5vw;

	background: linear-gradient(180deg, red, red, orange, yellow, green, blue, purple, red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

textarea {
	background-color: black;
	color: white;
}

button {
	font-size: 3vw;
	padding: 6pt;
}
