img{
  width: 500px;
  border-style:groove;
  border-width: 10px;
  border-color: cadetblue
  }

body{
  background-color:azure
}

h1{
  font-family: cursive;
  border-style:inset;
  color:cadetblue
}

h2{
  font-family:monospace;
  border-style:inset;
  color: cornflowerblue
}

p{
  font-family:monospace;
  font-size: 14px;
  color: darkcyan
}