@charset "utf-8";

h1 {
	color: white;
	font-size: 2.6em;
	margin: 2%;
	font-weight: bolder;
	text-align: center;
}

h2 {
	color: orange;
	font-size: 2em;
	margin: 2%;
	font-weight: bolder;
	text-align: center;
}

h3 {
	color: orange;
	font-size: 1.5em;
	margin: 2%;
	font-weight: bolder;
	text-align: center;
}

p {
	margin: 1%;
	color: white;
	font-size: 1.5em;
	text-align: justify;
	padding: 1%;
	font-size: 1.3em;
	font-weight: bolder;
	line-height: 1,6em;
	
}

