body {
  background: #918977;
}
p {
  color: #fffee3;
}
h1 {
  font-weight: bold;
  color: #fffee3;
  text-align: center;
  font-family: cursive;
  text-decoration: underline;
  letter-spacing: 15px;
 text-shadow:-4px 6px black
}
ul {
  color: #fffee3;
  font-family: cursive;
}
h2 {
  color: #fffee3;
  text-align: center;
  font-family: cursive;
  text-decoration: underline;
  letter-spacing: 8px;
  text-shadow:-4px 6px black 
}

img {
  width: 250px;
  float: right;
  border-radius: 30px;
  border-color: #fffee3;
  border-style: dashed;
  border-width: 5px;
  height: 355px;
}
h6 {
  color: #fffee3;
  text-align: right
}
