html { 
  background: url(sneakers.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
color: white;
font-family: "Century Gothic";
}