html, body {
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
    background-image: url('sky.gif');


}

#frame {
  width: 100%;
  height: 100%;
  z-index: 98;
  position: fixed;
}

#img {
    position: fixed;
    z-index: 92;
    width: 150px;
}


#wolf {
  position: fixed;
  z-index: 95;
  margin-top: 7px;
  margin-left: 91px;
  width: 420px;
  height: 455px;
}

#but {
  background-color: grey;
  width: 600px;
    position: absolute;
    margin-top: 70%;
    margin-left:30%;
    z-index: 99;
}

#b1 {
    background-color: white;
    position: absolute;
    margin-left: -36px;

}

#b {
    background-color: white;
    position: absolute;
    margin-left: 127px;
    margin-top: -10px;
    z-index: 99;
}

#b2 {
  background-color: white;
  position: absolute;
  margin-left: 286px;

}

#but1 {
  width: 70px;
}