body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
  font-size: 40px;
}
h2 {
	color: white;
	text-align: center;
	font-size: 40px;
}

p {
  font-family: verdana;
  font-size: 20px;
}