body
{
background-color: aquamarine;
}
h1
{
font-family: 'Raven Script';
font-size: xx-large;
background-color: black;
color: aquamarine;
text-transform: lowercase;

}
h2
{
  font-family: 'Miama';
  font-size:250%;
  color:hsl(254, 100%, 50%);
  background-color:hsl(99, 40%, 70%);
  text-transform: uppercase;
}
h3{

   font-family: 'Allura';
   font-size: 100px;
   background-color:rgb(100, 160, 50) ;
   color:rgb(30, 100, 200);
   text-decoration:underline;
}
h4
{
font-family:'Parisienne';
font-size: 2em;
background-color:#666436;
color:#883932;
text-decoration: line-through;
}
h5
{
font-family: 'Mochary';
font-size: 3em;
background-color: rgba(28, 217, 36, .5);
color:rgba(200, 37, 52, 1);
text-decoration: overline;
}
h6
{

font-family: 'Great Vibes';
font-size: 50px;
background-color:hsla(234, 100%, 30%, .5);
color: hsla(100, 67%, 30%, .5);
text-decoration: solid;
}