 body {
  background-color: darkgreen;
  color: white;
 text-shadow: 
    -1.3px -1.3px 0 #000,  
     1.3px -1.3px 0 #000,
    -1.3px  1.3px 0 #000,
     1.3px  1.3px 0 #000;
  font-family: Arial;
   text-align: center;
 background-image: url('him.png');
  background-repeat: repeat;
  background-size: 100px 150px;
  background-position: center;
 }