body {

  background-position: top right;
  background-repeat: no-repeat;
  background-color: black;
  color: red;
  font-family: arial;
  font-size: 18px;
  
  
}

img {
  display: block;
  margin: auto;
  width: 50%;
}

p {
  text-align:center;
  font-weight:bold;
  background-image: url(/FLESH.jpg);
  color: white;
  font-family: serif;
  font-size: 24px;
}