body {
	opacity: .4;
	size:90%;

background-image: url("https://static.pexels.com/photos/938/sky-sunny-sand-desert.jpg");
	background-size: 100%;
}
	
p	{
	font-size: 850px;        /*huge word*/
	font-family: Verdana;
	color: #00297A;
	width:200%;
	padding: 0px;
	position:absolute; 
	top:-800px; 
	left:-10%px;
	opacity: .2;
}

h1 {
	font-size: 300%;   		/* flows*/
	font-family: Arial;
	color: #00143D;
	width: 100%;
	padding: 0px;
	border: 5px #000A1F;
	margin: 0px;

}

h2 {  
	font-size:100%;     	/* small mid word*/
	font-family: Verdana;
	color:#001A4C; 
}

.still {	
	font-size: 25em;    /*still*/
	font-family: Verdana;
	color: 	yellow;
	position: absolute;
	top: -30%;
	left: 0%;
	opacity: .8;
}








 