h1{
  text-align: center;
  color: hsl(201, 77%, 46%);
  font-family: cursive;
  background-color: rgba(255, 125, 0, 0.81);
  font-size: 50px;
}

h2{
  font-family: cursive;
color: #70006a;
}

p{
font-family: cursive;
  color: #44f1f2;
  background-color: #f9ff7f
}

img{
  width: 500px;
  border-style: groove;
  border-width: 15px;
  border-color:#0a3de8;
  border-radius: 10px;
}

body{
  background-color: antiquewhite;
}