body {
	font-family: "Courier New", Monospace;
	background-color: rgb(50,50,40);
}
p {
	color: rgb(150,150,150);
	text-align: center
}
h1 {
	font-size: 45px;
	text-align: center;
	color: rgb(170,170,170);
h2 {
	font-size: 38px;
	text-align: center;
	color: rgb(160,160,160);
}
li {
	color: rgb(0,0,150);
	font-size: 20px;
}