body{
  background-image:url("background.png");
  background-attachment: fixed;
  background-size:cover;
  background-repeat:no-repeat;
}