img{
  width: 500px;
  border-style: dashed;
  border-color: powderblue;
  border-width: 7px;
  float: right;
  
}

body{
  background-color: azure
}
h1{
 font-size: 55px;
 color:saddlebrown;
  float: center;
  font-family: cursive
}

p{
  color: chocolate;
  font-family: monospace;
  font-size: 15px
}

a{
  color: powderblue;
  font-family: cursive;
  font-size: 15px;
  
  
}

body{
  color: powderblue;


}

h3{
  color: cadetblue;
  font-size: 20px;
}
  
  h2{
    color: cadetblue;
    font-size:25p;
    font-family: monospace;
  }