
body  {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/a/a4/Mandelbrot_sequence_new.gif");
  background-attachment: fixed;
}


hr   {
border: 10px dotted green;
border-radius: 5px;
}


p   {
color: red;
font-size: 25px;
}

a   {
color: DarkTurquoise;
font-size: 25px;
background-color: navy;  
}

.shitass {
     width: 768px;
     background-color: #c425cc;
     border: groove;
     border-width: 5px;
     border-right-style: dotted;
     border-left-style: dotted;
     border-color: black;
     border-radius: 5px;
}
h2 {
  text-shadow: 2px 2px white;
  
}