html{
    /* This image will be displayed fullscreen */
    /* background:url('animated gif girl doing hair at home burning losing hair.gif') no-repeat center center; */
    background:url('dog doing backflip animated jpeg.jpg') no-repeat center center;

    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;
    /* The Magic */

    background-size:cover;

}

 
body{

    /* Workaround for some mobile browsers */

    min-height:100%;

}

#soon {
  font-family: 'Tangerine', serif;
  font-size: 200px;
  text-shadow: 4px 4px 4px #aaa;


text-align: center;
vertical-align: middle;

}