h1 {
	color: green;
	font-size: 120px;
	text-align: center;
}

body {
background-color: lightblue;
}

img {
	width: 960px;
	margin-bottom: 20px;
}

footer p {
	margin-right: 100px;
}

header a {
  color: green;
  font-size: 40px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 30px;
  margin-left: 400px;
}
