body
{
background-image: url("../img/BaloonsBackground.png");
}

h1
{
   color:red;
   background:yellow;
   font-size: 60px;  
   text-align:center;
   border:10px dashed blue;
   padding:15px;
    
   width:650px
}

h2
{
   color:white;
   background:gray;
   font-size: 40px;  
   text-align:center;
   border:10px black;
   padding:15px;
    
   width:50%
}

h3
{
   color:red;
   background:blue;
   font-size: 50px;  
   text-align:center;
   border:10px solid green;
   padding:15px;
   width:85%
}

h4
{
   color:green;
   background:yellow;
   font-size: 40px;  
   text-align:center;
   border:10px solid orange;
   padding:15px;
   width:85%
}