body {
  background-color:black;
}
  p {
    color:green;
  }
  
img {
 float: right;
  margin: 10px;
  width: 45%;
 height: auto;
}

 