body {
  background-color:#000000;
  color:#d9d9d9;
  font-family:Verdana;
}

html, body {
  height: 100%;
  min-height: 100%;
  margin:0;
  scrollbar-width:thin;
  scrollbar-color:grey black;
}

.msidebar{
  z-index:2;
  position:absolute;
  top: 1vh;
  left: 1vh;
  height:98%;
  width:15%;
  float:left;
  border:none;
  border-radius: 2vh;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 1.0);
}

.mcontent{
  position: absolute;
  z-index:1;
  min-height:100%;
  width:100%;
  float:right;
  border:none;
  display:block;
}