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