h1{
  color: blue;
}
body{
  background-color: darkgray;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: 1200px 1080px;
}