.sidebar {
  width: 175px;
  font-family: "spacestation-webfont";
  font-size: 10px;
  
  vertical-align: top;
  text-align: left;
  
  border: 1px solid white;
  background-color: #1d282c;
}

.sidebarContent:hover {
  cursor: pointer;
}

.sidebarContent:hover::before {
  content: "-";
}

.sidebarContent:hover::after {
  content: "-";
}


.main {
  width: 625px;
  padding: 5px;
  border: 1px solid white;
  background-color: #1d282c;
}


.spaceStationFont {
  font-family: "spacestation-webfont";
  font-size: 12px;
}

h1, h2, h3, p {
  color: white;
  margin-left: 10px;
  margin-top: 0;
}

a {
  margin-top: 0;
  color: yellow;
  text-decoration: underline;
}
