
body {
  background-color: lightblue;
}

h1 {
  color: blue;
  text-color: blue;
  text-align: center;
}
h2 {
	color: green;
	font-size: 40px;
	text-align: left
}

p {
  font-family: verdana;
  font-size: 20px;
  text-align: center;
}
