h1{
  color: #6250a6;
  font-family: cursive;
  font-size: 40px;
  text-align: center;
  
  
}
p{
  color: #6250a6;
  font-family: monospace;
  font-size: 25px;
  text-align: center;
}
body{
  background-color: #c2d7f5;
}

img{
  width: 450px;
  border-style: solid;
  border-width: 5px;
  border-color: #5e7d5e;
  
}