
body {
	color: white !important;
	background: black !important;
}
h1 {
	font-size: xx-large;
}
p {
	font-size: small;
}
footer {
  position: absolute;
  bottom: 0;
  width: 99%;
  height: 10rem;            /* Footer height */
  font-size: xx-small;
}
h1, h2, p, footer {
	text-align: center;
}

