img{
  width:550px;
  border-style: solid;
  border-color:antiquewhite
  border-width: 10px;
  float:right;
}

h1{
 font-family:impact;
  font-size:50px;
  color:cornflowerblue;
}

body{
  background-color:#fadae0; 
}

a{
 font size:25px;
   color: deeppink;
 font-family:helevetica;
  border-style: ridge;
  border-width: 5px;
  color:cornflowerblue;
  background-color:pink;
}

h2{
font-family: impact;
  font-size:30px;
  color:pink;
  text-align: center;
}

h3{
font-family:impact;
  font-size:20px;
  color:cornflowerblue;
  text-align: left;
}

p{
font-family:fantasy;
  font-size: 20px;
  color:aqua;
  text-align: left;
}

h4{
   color:darkseagreen;
}
  
  
  
  
  
  
  
  