a {
  border-style: solid;
  border-width: medium;
  border-color: light rebeccapurple;
  border-radius: 12px;
  padding: 5px;
  text-decoration: none;
  background-color:pink;
  color: red;
}

p{
 text-decoration: none;
  font-family: cursive;
  text-align: center;
}

Body{
  background-color:antiquewhite;
  text-align: center;
}

img{
 width: 500px;
  border-radius: 12px;
}

h1{
  font-family:cursive;
}

h2{
  font-family: cursive;
}