body {
  font-family: monospace;
  text-align: center;
  background-color: cadetblue;
}

p {
  font-size: 14px;
  font-family: cursive
}

img {
  width: 300px;
  border-style: solid;
  border-color:#a3f990;
  border-radius: 40px;
}

a {
  border-style:double;
  border-color: rgb(10, 94, 1);
  border-radius: 5px;
  padding: 2px;
  text-decoration: none;
  background-color: #74f268;
  color: rgb(10, 94, 1);



}
h1{
  text-shadow: -2px 2px lightgreen;
  font-family:cursive;
}
h2{
  text-shadow: -3px 3px darkgreen;
  font-family: cursive;
}
