h1 {color:blue}
/* selector(tagname) (
  property: value;
  property: value;
}
*/

h1 {
  text-align: center;
  text-decoration:underline;
}

li {
  font-size: 20px;
  line-height:200%;
 padding: 2em;
  font-family: Trebuchet MS;


}
p { 
  
  margin:3em;
    
}
h2 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  color: blue;
  font-style: normal
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

body {
  background-color: cyan;
}