html {
	height: 100%;
}

body {
	background: linear-gradient(0deg, blue, green 40%, red);
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

p {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 5em;
}