#meme_text {
   background-color: transparent;
   font-size: 45px;
   font-family: "Impact";
   color: white;
   text-shadow: black 0px 0px 10px;
   width: 600px;
   position: absolute;
   left: 50px;
   top: 250px;
}

#meme_textb{
   background-color: transparent;
   font-size: 45px;
   font-family: "Impact";
   color: white;
   text-shadow: black 0px 0px 10px;
   width: 600px;
   position: absolute;
   left: 50px;
   top: 600px;
}
