body {
	background-color: #e5e5f7;
	background-image: radial-gradient(circle at center center, black, #32CD32), repeating-radial-gradient(circle at center center, black, #32CD32, 10px, transparent 20px, transparent 10px);
	background-blend-mode: multiply;	
}

h1 {
  color: white;
  font-size: 70px;
  text-decoration-line: underline;
  font-family: Bookman Old Style;
}

h2 {
  color: white;
  font-size:40px;
  text-decoration-line: underline;
  font-family: Bookman Old Style;
}

p {
  color: white;
  font-family: Bookman Old Style;
}

ul {
  list-style-type: none;
  width: 800px;
  padding: 0;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
}

ul li {
  float: center;
}

ul li a {
  display: block;
  color: black;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-family: Bookman Old Style;
}

ul li a:hover {
  background-color: grey;
  transform: scale(1.5);
  transform-text: scale(5);
  transition: all 1s ease-in-out;
  font-family: Arial Rounded MT;
}

.list {
	color: white;
}

img {
  border: 5px solid white;
  border-radius: 5px;
}

img:hover {
	transform: scale(1.5);
	border-color: green;
	transition: all 1s ease-in-out;
	border-width: 8px;
}

.hullimg:hover {
	transform: scale(1.3);
	border-color: black;
	transition: all 1s ease-in-out;
	border-width: 6px;
}