body {

  background-image: url("../images/back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    background-attachment: fixed;        /* resta ferma durante lo scroll */
}