body {
	background-color: #060270;
}

h1 {
  text-align: center;
  text-shadow: 5px 5px #EDAA03;
  box-shadow: 2px 7px black;
  font-family: "Verdana";
  font-size: 40px;
  color: black;
  border: 5px solid black;
  background-color: white;
  border-radius: 25px;  
}

h2 {
  text-align: center;
  text-shadow: 6px 6px #EDAA03;
  box-shadow: 5px 5px black;
	border: 5px solid black;
  background-color: white;
  font-family: "Verdana";
  font-weight: bold;
  border-radius: 30px;
}

ul {
	border: 5px solid black;
  text-shadow: 2px 2px #EDAA03;
  box-shadow: 2px 7px black;
  background-color: white;
  border-radius: 40px;
  font-family: "Verdana";
  font-size: 120%;
  font-weight: bold;
  padding: 5em;
}
#circle1 { 
	width: 150px;
  height: 150px;
  background-color : #A8FFB3;
  border-radius: 75px;
  margin: auto auto;
}

h3 {
	font-family: "Verdana";
  text-decoration: underline;
  color: white;
}
img {
	display: block;
  box-shadow: 7px 10px black;
  margin: auto;
}
p {
	color: white;
  font-size: 25px;
  font-family: "Verdana";
}

a:link {
	font-family: "Verdana";
  color: white;
}


a:visited {
	color: white;
}
a:hover {
	color: green;
}
a:active {
	font-family: "Verdana";
  color:#00D3F5;
}