.hello p:first-child{
	margin:30px;
	text-align:center;
	font-size:3em;
	line-height:1.5em;
}

.hello p:nth-child(2){
	margin:0px auto;
	font-size:1.5em;
	width:650px;
	line-height:1.5em;
}
.hello p:nth-child(3){
	float:right;
}
