body{
  background-color: lightcyan;
}
h1{
  text-align: center;
  font-size: 42px;
  color: #d1bbf2;
  background-color: #ffdfdf;
  letter-spacing: 2px;
  text-shadow: -2px 2px #887777;
  font-family: cursive;
  border-radius: 106px;
  border-color: floralwhite;
  border-style: solid;
  border-width: 8px;
}
h2{
  text-align: center;
  font-size: 32px;
  color: green;
  text-shadow: -2px 2px red;
  font-family: fantasy;
  background-color:#d6f9ff;
  border-radius: 160px;
  border-color: #004eff;
  border-style:dashed;
  border-width: 2px;
  background-image: url(snowflakesbgd.jpg);
}
h4{
  text-align: center;
  font-size: 42px;
  color: cornsilk;
  text-shadow: -2px 2px burlywood;
  font-family: fantasy;
  background-color:#ffe0d6;
  border-radius: 160px;
  border-color: #fbdea4;
  border-style:double;
  border-width: 10px;
  background-image: url(eggs.jpg);
}
h3{
  text-decoration-line: underline;
  color: darksalmon;
  font-family: monospace;
  font-size: 29px;
  text-shadow: -2px 2px #c429e7;
}
img{
  margin: 100px;
  border-radius: 160px;
  border-color: #a87712;
  border-style: dotted;
  border-width: 8px;
}
p{
  font-family: fantasy;
  color:#ffcd22;
  font-size: 16px;
}
li{
  font-size: 13px;
  color: #72aae0;
  font-family:sans-serif;
  letter-spacing: 1px;
}
a{
  color:#486757;
  font-family:sans-serif;
  border-style:ridge;
  border-color:#63ffe3;
  border-radius: 10px;
  border-width: thin;
  padding: 2px;
  text-decoration-line: none;
  background-color:#fdefef;
  text-shadow: -2px 2px #c9c3c3;
}
