/*code for headers*/
h1 {color:blue;
  font-size: 44px;
text-align: center;
  background-color: #3f3f;
  font-family: impact;
}

h2 {font-size: 30px;
font-family: garamond}

h3 {background: lightgray;
  font-size: 20px;
text-align: right;
color: gray}

/*code for list items*/

ul, ol {text-align: left;
color: green}