/* line 1, /var/www/htdocs/app/assets/stylesheets/body.scss */
body {
  background-color: black;
  background-image: url(/img/main.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
  position: absolute;
  top: 0;
  /* position: relative; */
  width: 100%;
}
