html, body {
  height: 100%;
  width: 100%;
}

body {
  background: url("img/bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

img {
  z-index: -1;
  position: absolute;
}
