body {
  background-color: #000;
  color: #fff;
}

/* Hides the "Skip to main content" link */
#the-top {
  display: none;
}

/* Hides the "Powered by Hugo & Congo" footer line */
footer p.text-xs {
  display: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: white;
  text-decoration: none;
}
