body {
	background-color: black;
}

h1 {
	padding-top: 250px;
	font-family: 'Permanent Marker', cursive;
	color: orange;
	font-size: 38px;
	text-align: center;
	margin: 0 auto;
}

h1:hover {
	color:aqua;
}

ul, li, a, .menu {
	list-style-type: none;
	padding: 8px;
	display: inline;
	font-family: 'Cute Font', cursive;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

a:visited, a:link {
	color: white;
	text-decoration: none;
}

a:hover{
	color:gold;
}