body { 
  background-color: rgb(255, 255, 255);
} 
h1 { 
  color: rgb(0, 0, 0); 
  font-family: cursive; 
  text-shadow: 2px 2px 5px rgb(10, 10, 10);
} 
h2 { 
  font-family: inherit; 
  color: rgb(197, 152, 255);
 }
img { 
  width: 600px; 
  margin: 10px;
  border-color: rgba(19, 101, 139, 0.66);
  border-style: dotted ; border-width: 4px; 
  border-radius: 20px 3300
}
 p { 
  text-align: center; 
  font-family: monospace; 
  font-size: 12px;
