body {
  background: #fb64d5;
}
h1{
  font-family: cursive;
  color: #f4c8fe;
}
h2 {
  font-family: cursive;
  color: #5ab9e5;
}
p {
  font-family: fantasy;
  color: #75059f;
}
li {
  font-family: monospace;
  color: #670f0f;
}
img {
  float:right;
  height: 300px;
  margin: 30px;
  border-color:purple;
  border-width: 4px;
  border-style:double;
  border-radius: 20px;
}
a {
  width: 300px;
  border-style:solid;
  border-color:#8c64ed;
  border-radius: 40px;
  background-color: #dd9cff;
  color: #f4fcff;
  padding:15px;
}