    <style type="text/css">
	h1{
		font-size:60px;
	}
	@media screen and (min-width: 800px){
	h1{
		font-size:46px;
	}
	}
	</style>