body {
  background: orange;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  font-style: italic
}
h1 { 
  border:5px solid white;
}
img{
  float:left;
}