body{
background-color: #fbe9f2;
}

h1{
  color: #93c2eb;
 font-family:cursive;
   font-size:45px;
  text-align: center
}

img{
width: 570px;
 border-style: dashed;
border-top-color: #9ceddf;
  border-left-color: #cba5eb;
  border-right-color:#cba5eb;
  border-bottom-color:#9ceddf;
  border-width:thick
}

p{
  color:#f2add4;
  text-align: center;
  font-family: cursive
}
h2{
  color:#cba5eb;
  text-align: center;
  font-family: cursive;  
}

h3{
  color:#abedc2;
  text-align: center;
  font-family: cursive;
}
h5{
  color:#abceed;
  text-align: center;
  font-family: cursive;
}
a{
  color: #f5cf9a;
    font-family: cursive;
  font-size: 20px;
}