body {
  background: #f1a3ce;
}
h1{
  font-family:cursive;
  text-align: center;
  font-size: 50px;
  background-color: #f2aed0;
  color: aliceblue;
  
}
img{width: 260px;
  float:left;
  border-style:dotted;
  border-color: aliceblue;
  border-width: 5px;
}
h2{
  font-family: cursive;
  text-align: center;
  font-size: 25px;
  color: aliceblue;
    
}
h3{
  font-family: cursive;
  text-align: center;
  font-size: 16px;
  color:aliceblue;
    
}
p{
  font-family: cursive;
  text-align: center;
  font-size: 15px;
  color: aliceblue;
  border-style: dotted;
  border-color: aliceblue;
  border-width: 3px;
  
}
a{
  color:aliceblue;
  font-family: cursive;
  

}