/* This CSS document primes "background.jpg" to any page that uses it. */

body {
  background-image: url("background.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}
