body{
  background-color:#f1a8ea;
}

h1{
  color: white;
  font-family:cursive;
  text-align:side;
  font-size:35px;
}
img{
width:400px;
float:right;
border-style:dotted;
  border-color:white;
  border-width: 10px;
}
a{
  font-family: impact;
  border-style:groove;
  border-color: azure;
  border-width:8px;
  color: white;
  
  
}

