/* style.css */

head{
	text-align: center;
	
}

body{
	font-size: 20px;
	color: white;
	font-family: AR Essence;
	background-color: black;
}