h1{
	text-align: center;
	color: yellow;
}
p{
	text-align: center;
	color: black;
}
h2{
	
	margin-left: 65%;
	color: red;
}
h3{
	margin-left: 15%;
	color: black;
}

img{
	position: relative;
	left: 50%;
	margin-left: -159px;
}
/*background-image: url("./img/img1/rocketbackground.jpg")*/