
img{
  width: 525px;
  height: 325px;
  border: dotted;
  border-color:cadetblue;
  border-width: medium;
  float:inherit;
}
body{
  background-color: lightsteelblue;
  border: dotted;
  border-width: thick;
  border-color: cadetblue;
}
h1{
  text-align: center;
  font-size: 35px;
  letter-spacing: 15px;
  color: teal;
  box-shadow: 2px 3px;
  text-shadow: 5px 4px black;
}
h2{
  font-family: fantasy;
  color: darkcyan;
  text-shadow: 2px 2px black;
  font-size: 20px;
  letter-spacing: 3px;
}
p{
  color: lavender;
  text-shadow: 2px 2px black;
  font-family: cursive;
}
h6{
  color: beige;
}
a {
  border-style: double;
  border-color: darkred;
  border-radius: 15px;
  padding: 5px;
  text-decoration: none;
  background-color: darkcyan;
  color:black;
}