body{
  background-color: silver;
}
h1 {
  font-family: fantasy;
  letter-spacing: 2px;
  color: red;
  font-size: 50px;
  text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    1px 1px 0 #000;  

}
h2 {
  font-family: fantasy;
  letter-spacing: 3px;
  color: white;
  font-size: 35px;
  text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    1px 1px 0 #000;  
  position: relative; Top: -10px;
}
p {
  font-family: fantasy;
  letter-spacing: px;
  color: white;
  font-size: 25px;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
  text-align: left;
}
img{
  width: 250px;
  float: left;
  border: 5px solid black;
}
