body {
  background-color: rgb(125, 125, 182);
}

h1 {
  color: rgb(114, 91, 61);
  text-decoration: underline;
  text-align: center;
  font-size: 70px;
  letter-spacing: 5px;
  text-shadow: 3px 3px rgb(63, 44, 20);
  font-family: cursive;
}

h2 {
  color: rgba(45, 45, 144, 0.78);
  text-shadow: -2px 1px rgb(15, 15, 117);
  font-size: 50px;
  font-family: fantasy;
}

p {
  color: rgb(90, 181, 30);
  font-size: 30px;
}



h3 {
  color: rgb(0, 185, 185);
  font-size: 40px;
  text-shadow: -1px 2px rgb(0, 116, 116);
  font-family: monospace;
}

img {
  border-radius: 20px;
  border-color: rgb(206, 138, 98);
  border-style: ridge;
  border-width: 20px;
  width: 600px;
  height: 410px;
}

a {
  border-style: solid;
  border-color: darkgrey;
  border-radius: 15px;
  padding: 15px;
  text-decoration: none;
  background-color: floralwhite;
}