body{
background-color: #9cd9ee;
}

h1{
  color:azure;
  font-family: cursive;
  text-align: center;
  font-size: 40 px;
  
}

img{
width: 565px;
  border-style: double;
  border-width: 5px;
  border align-self: center
}

h2{
  font-family: inherit;
  text-align: center;
  color:azure
}

h3{  font-family: inherit;
  text-align: center;
  color:azure
  
}
p{  
font-family: monospace;
  text-align: center
   color: azure
}

a{
  font-family: inherit;
  font-size: 25px;
  color:azure;
  border-style: double;
 border-color: azure
}