body {background-color: pink;}
	
h1 {
  color: #yellow ;
  font-family: verdana;
  font-size: 300%;
  text-shadow: 2px 2px #ff0000;
  
}
h2 {
  color: grey ;
  font-family: verdana;
  font-size: 300%;
  text-shadow: 3px 3px #80ffff;
  text-decoration: line-through;
}
h3 {
  color: #85adad ;
  font-family: 'Nunito', sans-serif;
 
  font-size: 300%;
    text-shadow: 3px 3px #ff0000;
  text-decoration: line-through;
}
p  {
  color: black;
  font-family: arial;
  font-size: 300%;

  text-shadow: 3px 3px #ff0000;
  text-decoration: line-through;
	}