body{
background-color: rgb(255, 200, 237);
}
h1{
color: #79c7f6;
text-shadow:1px 1px #ffffa5;
  font-family:chiller;
  text-align: center;
}
a{
font-size: 30px;
border-style:double;
border-color: aqua;
 font-family: chiller;
color: #2ad1e4;
}
img{
width:550px;
border-style: dotted;
border-width: 10px;
float: right;
border-color: aqua;
}
p{
color: #f1fd8c;
  font-size:30px;
  font-family: chiller;
  
}
h2{
color: aqua
  font-size:20px;
  font-family: fantasy;
  text-align: left;
}
  h3{
color: #f516bb;
font-size: 20px;
  font-family: cursive;
  text-align: left;
}
h4{
color: #e832cc;
  font-size: 20px;
  font-family: chiller;
  text-align: center;
}
h5{
color: azure;
  font-family: fantasy;
  font-size: 20px;
  text-align: left;  
}