body
{
	text-align:center;
}

h1
{
	color:black;
	background-color:white;
}

button 
{
	width:200px;
	height:40px;
	font-weight:bold;
	color:white;
	background-color:black;
	cursor:pointer;
}
