body {
	width: 200wh;
	height: 200vh;
    color: #fff;
	background: linear-gradient(-20deg,  rgb(34, 39, 51), rgb(34, 39, 51), #23A6D5, rgb(34, 39, 51),rgb(34, 39, 51));
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s linear infinite;
    -webkit-filter: blur(50);
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 0%
	}
	100% {
		background-position: 100% 98%
	}
	
}

h1, h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}
h2 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
