

img {
  float: right;
  width: 600px;
  height: 200px;
  
}

body {
  background: black;
}

p {
  font-family: fantasy;
  color: white;
  
}


