body	{
	background-color: black;
}
h1	{
	color: Chartreuse;
	font-family: consolas;
	text-align: center;
}
p	{
	color: Chartreuse;
	font-family: consolas;
	text-align: center;

}
.center	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}
