body
{
background-image: url("../img/HappyBirthdayBackground.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:85%;
}