

h1 {
	text-align: center;
	margin-left: 100px;
	margin-right 100px;
	text-decoration: underline;
	font-weight: bold;
	font-size: large;
	text-transform: uppercase;

}

p {
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	text-indent: 50px;
	txt-align: justify;
	font-size: large;
	
}