body {
  background: yellow;
}
p {
  color: black;
  font-family: monospace;
  font-size: 20px
  
}
h1 {
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
}
h1{
  text-align: center;
  letter-spacing: 1px;
  text-shadow: -2px 2px black;
  color: white;
  font-family: sans-serif;
}
h2{
  color: white;
  text-shadow: -2px 2px black;
  text-align: center;
  font-family: sans-serif;
}
img{
  border-radius: 10px;
  width: 400px;
  height: 400px;
  text-align: center;
}
  
