body {
	color: white;
	background: #282a2e;
	font-family: "Arial", sans-serif;
	text-align: center;
}

ul {
	list-style-position: inside;
	padding: 0;
}

li {
	text-align: center;
}

h1 {
	color: #87CEEB;
}

a {
	color: #87CEEB;
}

