html{
background-image: url(/images/textures/light14.png);
}
h1 {
  background-color: teal;
  color: brown;
  font-family: 'Comic Sans MS', cursive;
  

}
h2 {
  color: green;
  font-family: 'Mali', cursive;
}
 
h3 {
  color: teal;
  font-family: 'Tahoma', cursive;
}
h4 {
  color : orange;
  font-family: 'MitR' , cursive;
}
p{
  color : black;
  font-family: 'Itim' , cursive;
}