/* Show it is fixed to the top */
body {
 
  
}
.site-header {
  background-color: rgba(0, 0, 0, .85);

}
.site-header a {
  color: #fff;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #e21818;
  text-decoration: none;
}

.site-footer {
  background-color: rgba(0, 0, 0, .85);

}
.site-footer a {
  color: #000;
  transition: ease-in-out color .15s;
}
.site-footer a:hover {
  color: #e21818;
  text-decoration: none;
}