body {
	width: 100wh;
	height: 100vh;
	color: #fff;
	/* background: linear-gradient(180deg, #2cc59d, #e1862d, #b579c6, #33340f);*/
	background-size: 400% 400%;
	background-color: #e04403;
	
}


h1,p,h2, h3 {
	font-family: 'PT Sans';
	font-weight: 500;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	position: relative;
	top: 25%;
	right: 0;
	left: 0;
}

h4,a {
	font-family: 'PT Sans';
	font-weight: 300;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	position: relative;
	top: 25%;
	right: 0;
	left: 0;
}
a:hover {
	color:#bfb800;
}

