body {
  background-color: #f8efe7;
}
h1 {
  font-family: Courier New;
  font-size: 50px;
  font-style: bolder;
  color: #257cec;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: #ffe800 4px -3px;
}
p {
  font-family: Trebuchet MS;
  font-size: 16px;
  color: #4e4848;
}
img {
  border-style: ridge;
  border-radius: 28px;
  width: 450px;
}
h2 {
  font-family: Tahoma;
  font-style: bold;
  font-size: 25px;
  color: #ffe800;
  text-align: center;
  letter-spacing: 1px;
}
h3 {
  font-family: Georgia;
  font-size: 19px;
  font-style: bold;
  color: #257cec;
  text-decoration: underline overline;
  letter-spacing: 1px;
}
h4 {
  font-size: 12px;
  text-align: right;
}
h5 {
  font-family: Tahoma;
  font-size: 12px;
  font-style: bold;
  color: mediumpurple;
  text-align: right;
}


