h1 {
	text-align: center;
	color: green;
	text-decoration: none;
	font-size: 2em;
	font-weight: 900;
}

p{
	text-align: justify;
	font-size: 1em;
	text-indent: 10em;
}

a{
	text-decoration: none;
	color: red;
	font-size: 2em;
}