#erro404{
	height:400px;
	text-align:center;
}

#erro404 h1{
	font-size:16rem !important;
	text-shadow:1px 1px 1px #CCC;
	color:#00A650;
	margin-top:60px;
}

#erro404 h2{
	margin-top:-20px !important;
}

@media all and (max-width:1024px){
	#erro404 h1{
		font-size:10rem !important;
	}
	
	#erro404 h2{
		font-size:2rem !important;
	}
	
	#erro404 h4{
		font-size:1.2rem !important;
	}
}