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: 'Lato', serif;
  font-size: 200px;
  text-shadow: 2px 2px 2px #aaa;


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

}


#email {
  font-family: 'Lato', serif;
  font-size: 67px;
  text-shadow: 2px 2px 2px #aaa;


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

}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

a:hover {
    background-color: yellow;
}
