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

body {
	background-color: lightblue;
}

section p {
	font-size: 50px;
}

footer p {
	margin-right: 100px;
}

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

span {
  text-decoration: line-through;
}