img {
  
  width:500px;
  border:solid;
  border-color:paleturquoise;
  border-width: 8px;
  border-radius: 34px;
}
body {
  background-color: pink;
  color: paleturquoise;
  
}

h1{
  text-align: center;
  color: paleturquoise;
  border: solid;
  background-color: whitesmoke;
  font-family: cursive;
  font-size: 30px;
  
}

h2{
  font font-size: 25px;
  font-family: sans-serif;
  color: azure;
}

a{
  font-size: 3px
  color: hotpink
  font-family: cursive;
  border-style: inset;
  border-width: 5px;
  color: hotpink;
  background-color: whitesmoke;
  
}