body {
	color: white;
	background-color: #000000;
	font-family:verdana;
	justify-content: center;
	display: flex;
	font-size: 10pt;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	background-color: purple
}

.hiya {
	background-color:purple;
}

.center {
	max-width: 800px;
	text-align: center;
	display: block;
	justify-content: center;
}

