@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(skyyy.png);
	height: 2000px;
}

.center{
	width: 1000px;
	height: 800px;
	background-color: lightpink;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 20px;
	font-family: 'Comic Sans MS';
	font-size: 30px;
}

h1 {
	margin-top: 100px;
	text-align: center;
	color: cornflowerblue;
	font-family: 'Comic Sans MS';
}

h1:hover {
	color: cornflowerblue;
	text-shadow: 0 0 32px chartreuse;
}

ul {
	list-style-type: none;
	margin: 0;
	padding; 0;
	overflow: hidden;
	text-align: center;
}

ul li {
	float: left;
	width: 20%;
}

ul li a {
	text-decoration: none;
	color: mediumaquamarine;
	font-family: 'Arial';
	font-size: 20px;
}

ul li a:hover {
	color: white;
	text-shadow: 0 0 32px chartreuse;
}

h4 {
	font-size: 14px;
	font-family: 'Papyrus';
}