body {
  background-color: black;
  font-family: "Andale mono", monospace;
}
a {
  font-size: 16px;
  text-decoration: none;
}
p {
  color: white;
}
#nav-bar {
  margin-left: 10%;
}
.nav-bar-tab {
  color: yellow;
  display: inline-block;
  height: 25px;
  margin-right: 10%;
}
#current-tab {
  color: lawngreen;
}
