* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  background-color: #1c6d66;
  background-image: linear-gradient(to bottom, #905700 0%, #566633 54%, #1c6d66 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.image-wrap {
  position: relative;
  width: min(100vw, 540px);
}

.image-link {
  display: block;
  width: 100%;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.click-button {
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 116px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  box-shadow: none;
  opacity: 0;
}