.sidebar {
  height: 100%;
  width: 85px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
.sidebar a {
  padding: 8px;
  font-size: 24px;
  color: gray;
  display: block;
  text-decoration: none;
}
.sidebar a:hover {
  cursor: pointer;
  opacity: .7;
}
.body-text {
  margin-left: 150px;
  font-size: 18px;
}
.content {
  max-width: 500px;
  margin: auto;
}
body {
  background-image: url("https://theomniscientone.neocities.org/images/tileable-black-paper-background.jpg");
  background-repeat: repeat;
}
body {
  color: white;
}
