body {
	margin-top: 75px;
	text-align: center;
	align-items: center;
	background-color: lightblue;
}
a, button {
	font-family: cursive;
	font-size: 50px;
	background: linear-gradient(red, orange, yellow, lightgreen, green, lightblue, blue, pink, violet);
}