h1{
color: hotpink;
text-shadow: 10px 10px 5px blue;
}
h2{
color: mediumorchid;
font-family: cursive;
}
li{
color: gold;
font-size: 110%;
}
dt{
color: sienna;
}
dd{
color: lightslategray;
}
a{
text-decoration: none;
}
body{
background-image: url('https://assets.partyking.org/img/products/1300/clownperuk-for-barn-flerfargad-1.jpg');
background-position: left top;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: 1000px 1000px;
}
p{
background-color: hex(#B8B8B8);
}