section {
  height: 400px;
  position: relative;
  border: 1px solid #ddd;
  border-radius:5px;
  box-shadow: 3px 2px 1px #eee;
  margin:2rem;
}
section h1, section h2 {
    text-align:center;
}
section aimg {
    display:block;
    margin:0 auto;
}
section p, section img {
  margin: 0;
  position: absolute;
  transform: translate(-50%, -50%);
}
section p {
  top: 30%;
  left: 50%;
}
section img {
  top: 50%;
  left: 50%;
  max-width:80%;
}
