body {
  background-color: lightyellow;
}

h1 {
  color: red;
  text-align: center;
  text-indent: 30px;
}
h2  {
	color: blue;
  text-align: left;
  font-size: 150%; 
  }
p   {
  font-family: verdana;
  font-size: 20px;
  color: black;
}