h1{
	text-align: center;
	color: lightgrey;
}

h2{
	text-align: center;
	color: lightgrey;
}

h3{
	text-align: left;
	color: lightgrey;
	font-weight: bold;
}

h4{
	color: #f9f9f9;
	color: #5C068C;
}

h5{
    ;
}

h6{
    ;
}

p{
	text-align: left;
	font-size: 20px;
	color: #f9f9f9;
}


