body {
  background:dodgerblue;
  color:blueviolet;
}
h1 {
font-family:cursive;  
}
p {
  color:blueviolet;
  font-weight:100;
  font-family:cursive;
}
h1 {
  font-weight:100;
}
h2{
font-family:cursive;
}
li{
font-family:cursive;
}
img{
border-style:solid;
  border-color: dodgerblue;
}
.pigg{
  font font-family:cursive;
  color:rgb(150, 0, 255);
}
.poo{
  border-style:dotted;
  border-color: blueviolet;
}