body {
  background-image: url(img1.jpg);
  background-repeat: repeat-x;
  background-color: yellow;
}
h1 {
  color: red;
  background-color: blue;
}
p {
  color: green;
}
