body {
  background-color: darkslategrey;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  text-shadow:-5px 2px blue;
}
img {
  border: 3px;
  height: 200px;
}
img {
  border: 3px;
  height: 300px;
  
}






}