
  
h1{color:#4a4ad2;
text-align: center;  
font-family:fantasy;
background-color: lavender;

}

h2{color: #7f9aff;
background-color: antiquewhite;
font-family: sans-serif;
}

p{color:#be8b46;
font-family: inherit;
background-color: antiquewhite;  
}

img{ 
  width: 450px;
  margin: 1px;
  border-style: ridge;
  border-width: 10px;
  border-color: coral;
}