html {height: 100%; width: 100%;}
body{
background-color: #1f1f1f;
    background: -webkit-radial-gradient(#1f1f1f, #000000);
  background: radial-gradient(#1f1f1f, #000000);
}

h1 {font-family: 'BatangChe', sans-serif; font-size: 80px; color: #fff; text-align:center; position: absolute; width: 100%; top: 0px; background: #000; margin: 0px; padding: 15px 0px; z-index:200;}


.tochange {
	font-family: 'Gabriola';
	text-transform: uppercase;
	color: #F70410;
	height: 320px;
	position: absolute;
	top: 549px;
	margin-top: -30px;
	text-align: center;
	width: 80%;
	left: 121px;
	font-size: 200px;
}
