body {
	color: white;
	background-color: black;
}

h1 {
	color: pink;
}

h2 {
	color: orange;
}

header {	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

footer {	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
