body {
  font-family: Arial;
}
img {
  width: 100%;
}
.parent {
  position: relative;
  width: 40%;
}
@media only screen and (max-width: 720px) {
  .parent {
    width: 100%;
  }
}
.overlay-1 {
  position: absolute;
  width: 94%;
  margin: 3%;
  top: 0;
}
.overlay-2 {
  position: absolute;
  width: 10%;
  top: 0;
  left: 46%;
}
#stop {
  margin: 10% 0%;
  width: 100%;
  background: lightblue;
  color: black;
}
#stop:active {
  background: navy;
  color: white;
}
.parent p {
  color: black;
  text-align: center;
  background: lightyellow;
  padding: 2%;
  font-size: 1.5em;
  border: 3px solid red;
}
.data-role-page {
  background: green;
}
