body {
  background-color: lightgreen;
}

h1 {
  color: Darkgreen;
  text-align: center;
   font-family: Arial;
   font-size: 400%
  
}
h2 {
	font-size: 160%
}

p {
	color: Darkblue;
  font-family: verdana;
  font-size: 20px;
  text-indent: 30px;
}
