body{
  background-color: aliceblue;
}

h1{
  color:skyblue;
  font-family: cursive;
  text-shadow: -2px 2px black;
}
h5 {
  color: darkgreen;
  font-family:fantasy;
}

h4 {
  color: darkgreen;
  font-family:cursive;
}

img {
  width: 300px;
  border-style: dashed;
  border-radius: 654px;
  border-color: cadetblue;
}
p {
  color: darkseagreen;
  font-family: cursive;
}

a {
    border-style:ridge;
    border-color:cadetblue;
    border-radius: 20px;
    padding:3px;
    text-decoration: none;
    background-color: azure;
    color: lightseagreen;
    font-family: fantasy;
}

