body{
  background-color: skyblue;
}

h1{
  color:mediumblue;
  font-family: cursive;
}

p{
  color:mediumblue;
  font-family: cursive;
}
h2{
  color:mediumblue;
  font-family: cursive;
}
h4{
  color: mediumblue
}

h3{
  color: blue;
}
h6{color: blue}

img{
  border-radius: 20px;
  border-style: dotted;
  border-width: medium;
  border-color: azure
}
a{
  border-style: groove;
  border-color: blue;
  border-radius: 20px;
  padding: 5px;
  text-decoration: underline;
}