/* Make sure links in the footer are white  */
footer a {
  color: #fff;
}

/* Add a top/bottom padding to the content section */
#content {
  padding-top: 20px;
  padding-bottom: 20px;
}
