body{
  background-color: orange;
}
a{
  border-radius: 10px;
  border-color: orangered;
  background-color: darkorange;
  border-width: 4px;
  border-style: solid;
  color: black;
}
h1{
  font-family: cursive;
  text-align: center
}
p{
  font-family: cursive;
  text-align: left;
}
img{
  border-color: orangered;
  border-width: 4px;
  border-radius: 100px;
  border-style: solid;
  width: 200px;
  float: right;
}
h2{
  font-family: cursive;
}
ol{
  font-family: cursive;
}
h3{
  font-family: cursive;
}