* {
  margin: 0;
  padding: 0;
}

img {
  width: 700px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  pointer-events: none;
}

section {
  position: relative;
}

img.btn {
  position: absolute;
  left: 50%;
  pointer-events: all;
  transform: translate(-50%, 0);
  width: 600px;
  max-width: 90%;
}

section:nth-child(1) img.btn1 {
  bottom: 12%;
}
section:nth-child(1) img.btn2 {
  bottom: 4%;
}

section:nth-child(4) img.btn1 {
  top: 17%;
  width: 600px;
  max-width: 85%;
}

section:nth-child(5) img.btn1 {
  bottom: 3%;
}

section:nth-child(8) img.btn1 {
  bottom: 35%;
}
section:nth-child(8) img.btn2 {
  bottom: 22%;
}
section:nth-child(8) img.btn3 {
  bottom: 9%;
}/*# sourceMappingURL=style.css.map */