@charset "utf-8";
/* CSS Document */

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

p{
	text-align: center;
	font-size: 500%;
}