.center-div {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 60%;
  border-radius: 3px;
}

img{
  max-width: 80%;
  max-height: 80%;
  display: block;
  margin: 0 auto;
}

p { 
  color: #916938; 
  font-family: 'Helvetica Neue', sans-serif; 
  font-weight: bold;
  font-size: 14px; 
  line-height: 12px; 
  margin: 0 0 12px; 
  text-align: center; 
  text-justify: inter-word; 
}