h1 {
  display: flex;
  flex-direction: column;
  background-color: lightblue;
}

h3 {
  position: absolute;
  top: 340px;
}

img {
  position: absolute;
  top: 60px;
}

button {
  position: absolute;
  top: 630px;
  left: 170px;
  background-color: aqua;
  color: black;
  font-size: 20px;
  border: black 5px solid;
}