body {
  background-image: url("house.jpg");
  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%;
}