body{
	background-color: black;
	background-position: center; 
	background-repeat: no-repeat;
}

 
h1{
	color: red;
	text-align: center;
}

h2{
	color: blue;
	text-align: center;
}

h3{
	text-align: center;
}

h2 a{
	color: blue;
}

.left{
	position: absolute;
	left: 0;
}

.blueText{
	color: blue;
}
