body
{
background-color: aquamarine;
}
h1
{
font-family: 'Times New Roman';
font-size: xx-large;
background-color: black;
color: aquamarine;

}
h2
{
  font-family: 'Garamond';
  font-size: 50px;
  background-color: palevioletred;
  color: blueviolet;
}
h3{

   font-family: 'Palatino';
   font-size: 100px;
   background-color: royalblue;
   color: yellowgreen;
}
h4
{
font-family:'Georgia';
font-size: 30px;
background-color: seagreen;
color: gold;
}
h5
{
font-family: 'Constantina';
font-size: 60px;
background-color: slategrey;
color: white;
}
h6
{

font-family:'Lucida Fax';
font-size: 20px;
background-color: yellow;
color: darkorchid;
}