body {
  background-color: lightblue;
  background-image: url(imagen.jpg);
-webkit-background-size:cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}

h1 {
  color: black;
  text-align: center;
}
