  body {
  background-image: url("newyork.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}
} 
  h1 {
  color: blue;
}
p {
  color: red;
}
