body {
  background-image: url("deplation1.png"), url("deplation2.png");
  background-color: #cccccc;
  height: auto;
  width: auto;
  background-position: top center;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  position:  relative;
   }
  
  
  
  
h1 {
  color: blue;
}
p {
  color: red;
}
