h1,h2{
	color: yellow;
	text-align: center;
}
h3{
	color:orange;
	text-align:center;
}
body {
	background-color: black;
	color:white;
	}
	p {
			color:gold;
		}

		span{
			color:red;
		}
		span.second_span{
			color:white;
			font-size: 120%;
		}
		span.third_span{
			color:white;
			font-size: 150%
		}
		span.fourth_span{
			color:white;
			font-size: 200%
		}
		div{
			text-align:center;
		}
	
		
	