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