body {
background: linear-gradient(45deg, #00e6ff, #0049ff);
background-size: 400% 400%;

-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;

}
html {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: aliceblue;
}
.clouds {
	position: absolute;
	bottom: 0px;
}
.cloud {
	width: 32%;
}
#title {
	text-align: center;
	display: none;
}
