body{
	background:#ec6a38;
	-webkit-animation:colour 20s linear infinite;
	-moz-animation:colour 20s linear infinite;

}
@-webkit-keyframes colour{
	0%{
		background:#540045
	}

	25%{
		background:#C60052
	}

	50%{
		background:#FF714B
	}

	75%{
		background:#EAFF87
	}

	100%{
		background:#ACFFE9
	}

}

@-moz-keyframes colour{
	0%{
		background:#540045
	}

	25%{
		background:#C60052
	}

	50%{
		background:#FF714B
	}

	75%{
		background:#EAFF87
	}

	100%{
		background:#ACFFE9
	}

}
h1{
	font-family:arial;
	margin-top:100px;
	color:#fff;
	font-size:50px;
	text-align:center;
	text-transform:uppercase;
}

.console {
	position: absolute;
	text-align: center;
	vertical-align: middle;	
	font-size: 40px;
	top: 40%;
	left: 40%;
	font-family: "Lucida Console", monospace;
}

canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}