body {
  margin-left: 260px;
}

h1 {
  text-decoration: underline;
}

img {
  top: 0;
  right: 0;
  width: 250px;
  z-index: 1;
  position: fixed;
}

#side-panel {
  background-color: black;
  color: white;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  z-index: 1;
  position: fixed;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #9e9e9e;
}

.subheader {
  color: rgb(71, 70, 70);
}

.subheader:hover {
  color: black;
}

.selected {
  text-decoration: underline;
}

.black {
  color: black
}
