.footer {
    border-bottom: 2px solid purple;
    padding-bottom: 10px;
    background-color: #AB2BAA;
}.footer {
    border-bottom: 2px solid purple;
    padding-bottom: 10px;
}h1 {
  color: purple;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  border-bottom: 2px solid purple;
  padding-bottom: 10px;
}p {
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
}body{background-color: ghostwhite}
{para}
/* HEADER*/
h1{
  color:purple;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; 
  font-weight: normal; 
  border-bottom: 2px solid purple;
  padding-bottom: 10px;
  margin: 0 0 10px 0;}

a,a:link{
color:purple;
text-decoration:none;
}

ul{list-style:none;
}

figcaption {
  color: gray;
  font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 14px;
  margin-top: 8px;
}


#footer {
  background-color: purple;
  padding: 15px;
  margin-top: 20px;
}

#footer p {
  margin: 0;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  color: white;
}

#footer a {
  color: white;           
  text-decoration: none;   
}
