body {
  background:lightblue;
}
p {
  color:antiquewhite;
}
h1 {
  font-weight:bolder;
  color: green;
  text-shadow: -2px 2px white;
}
p{
  font-size :25px;
}
img {
  border:3px
