body {
  background-color: #1d2021;
}

.under-construction {
  border-radius: 6px;
  background-color: yellow;
  border: 2px dashed gray;
  max-width: 100%;
  padding: 1em;
  margin-bottom: .4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-page {
  background-color: #eef4dc;
  width: 100%;
  padding-left: 20px;
  margin: 0;
  border-radius: 10px;
}

.main-page-content {
  width: 25%;
  padding-left: 20px;
  margin: 0;
  border-radius: 10px;
}

.sidebar {
  width: 250px;
  height: 100%;
  margin-right: 10px;
  overflow-x: hidden;
  display:inline-block;
  color: white;
}

ul {
  list-style: none;
}

.containing-body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
}

.copyright-container {
  width: 100%;
  text-align: center;
}

.copyright {
  display: inline-block;
  color: white;
}

.link {
  cursor: alias;
}

.link::before {
  content: "/ ";
}

.link-selected::before {
  content: "->";
}

.link-dropdown::before {
  cursor: alias;
}

a {
  color: inherit;
  text-decoration: none;
}