
body {
	background: rgb(0,10,100);
	text-align: center;
	color: white;
}
p {
	color: orange;
	font-size: 1em;
}

h1 {
	color: red;
}

h2 {
	color: yellow;
	
}
body {
	font-size: 2em;
}
.go-back-link {
	font-family: fantasy;
	font-size: 1.5em;
	font-style: italic strong;
	font-weight: bold;
	text-decoration: none;
	color: purple;
text-align: left-side;}
	
	#title {
	margin:auto;}

