      @import url(http://fonts.googleapis.com/css?family=Lobster);
section {
  /* You will add new style rules here */
    background: url(http://i.imgur.com/e8epK25.jpg);
   width: 1000px;
   height: 640px;
   color:white;
   font-family: Lobster;
   position:relative;
   margin:auto;
}
h1 {
    font-size: 46px;
    position:absolute;
    margin:0;
    top:0;
    left:340px;
    text-align:center;
    text-shadow: 0 0 3px #feef06;
}
h2 { 
    font-size: 36px;
    position: absolute;
    margin: 0;
    top: 60px;
    left: 350px;
    text-align:center;
    text-shadow: 0 0 3px #feef06;
}
img { 
    position: absolute;
    top: 325px;
    left: 100px;
}
body {
    background: darkslategrey;
}
