body {
  background: black;
}

#page-container {
  background: black !important;
  position: inherit !important;
}

#sidebar {
  display: none;
}

.pf {
  background: black !important;
  box-shadow: none !important;
}

footer {
    text-align: center;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

footer img {
  border: solid white 1px;
}

a#latest {
    text-decoration: none;
    font-size: 50px;
    position: absolute;
    color: white;
}

nav {
  display: flex;
  flex-direction: column;

  position: fixed;
  left: 0;
  top: 10px;

  z-index: 20;
  padding-left: 5px;

  font-family: 'serif';
  font-size: small;
}

nav a {
  color: rgb(126, 45, 21);
}

/* to indicate new shit */
nav a[href="#pf21"]::after {
  content: '⧪';
  text-decoration: none;
  color: rgb(190, 22, 22);
  font-size: 15px;
  position: absolute;
}