body {
 text-align: center;
  background-color: plum;
}
a {
    border-color: mediumpurple;
    border-radius: 5px;
    border-style: groove;
    background-color: #d7bfe0;
    border-width:medium;
    padding: 6px;
  text-decoration: none;

}
li{
  text-align: left;
  font-family: cursive;
}
img{
  width: 300px;
  border-radius: 20px;
}
p{
  font-family: cursive;
}
h1{
  font-family: fantasy;
}
h2{
  font-family: monospace;
}
h3{
  font-family: sans-serif
}