body {
	color: #008000;
	background: url(http://wallpapercave.com/wp/6EYMizr.png);
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: Abril;
	text-align: center;
	font-size: 20px
}
a {
	color: #008000;
	text-decoration: none;
}
.myproject a:hover {
	background-color:white;
}
.myproject ul {
	padding: 0px;
	list-style: none;
	display:inline-block;
	margin: 0px;
}
.myproject li {
	margin: 150px;
	font-size: 20px;
	border: solid;
	border-width: wide;
	border-radius: 30px;
	border-color: #008000;
	margin:20px;
	margin-top:10px;
	margin-bottom:10px;
}
.myproject a {
	background-color: #000000;
	padding-left:20px;
	padding-right:20px;
	color: #008000;
	border-radius: 30px;
}
ul{
	text-align: center;
	list-style: none;
	padding-left: 0;
}
h1 {
	margin-bottom: -50px;
}
.button {
	margin: 10px;
}
.img1 {
	position: relative;
	top: 1050px;
	box-shadow: 0 0 1em red;
	border-radius: 40px;
}