Body{background:lightgray;
}

h1{ color: white; 
  text-shadow: -2px 2px darkred;
  text-align: center
}

h2{text-align: center;
  text-shadow: 1px 1px red;
}


h3 { text-align:center;
  font-size: 24px;
  text-shadow: 1px 1px red;
  color: black; 
}


h4 { font-size: 24px;
  text-align: center;
  text-shadow: 1px 1px gold;
}

p{ text-align: center;
  font-size; 34px;
  color: darkred;
}

li{ text-shadow: 1px 1px darkred; 
}

img{ float: right;
}



