img {

   left: 50%;
   width: 532px;
   height: 34px;
   margin-top: 30%; /* Half the height */
   margin-left: 30%; /* Half the height */
   text-align:center;   
}

p {

   left: 50%;
   width: 100%;
   height: 34px;
   margin-top: 20px; /* Half the height */
   text-align:center;   
}