.sidebar {
  width: 210px;
  height: 100%;
  padding: 5px;
  top: 0;
  left: 0;
  color: #f4f4f4;
  background-color: #121212;
  overflow-x: hidden;
  font-size: 12px;
  display: inline-block;
  position: fixed;
    overflow-y: scroll;
 box-shadow: 0px 0px 6px 6px #0d0d0d;
    border-style: solid;
    border-width: 0.5px;
    border-color: #313131;
}

.main {
  width: 710px;
    height: 1000px;
  color: #f4f4f4;
  background-color: #121212;
 margin-left: 250px;
  font-size: 12px;
    border-radius: 2px;
    box-shadow: 0px 0px 6px 6px #0d0d0d;
    border-style: solid;
    border-width: 0.5px;
    border-color: #313131;
    background-image: linear-gradient(#121212, #1C1E20)
}

.mct {
   margin-left: 20px;
}

.mcm {
    margin: 10px;
}

a {
    text-decoration-line: none;
    color: #1AFF6C;
    cursor: crosshair;
    text-shadow: 2px 2px black;
    filter: blur(0.5px); 
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

a:hover {
    filter: blur(0px); 
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

a:visited {
    background-color: grey;
    color: #38FFB5;
}

.topdiv {
    margin-left: 10px;
    width: 690px;
    height: 70px;
    background-image: url('https://file.garden/Z7KfTa3R7Hv1UTMV/Graph%20v2/Graph/Weird.gif');
    filter:grayscale();
    background-position: top;
    background-size: 300px;
}

.sort {
    display:flex;
    flex-direction: column;
}

body {
    image-rendering: pixelated;
    background-image: url('https://file.garden/Z7KfTa3R7Hv1UTMV/Graph%20v2/Graph/pw_maze_black.png');
    line-break: strict;
    word-spacing: normal;
}

b {
  font-style: oblique;
}

.moxpanelsketch {
    width: 150px;
    height: 300px;
    float: left;
    margin: 8px;
    box-shadow: 3px 3px 4px #0f0f0f;
    border-style: solid;
    border-width: 0.8px;
    border-color: #313131;
}



.sbsmall {
    font-size: 10px;
    color: #d1d1d1;
    line-height: 0.9;

}

.extrasb {
    margin: 10px;
}

li {
    list-style-type: none;
    line-height: 1.25;
}

.sbtop {
  margin-left: 5px;
}

hr {
border-style: dotted;
  border-width: 1px 0 0 0;
  margin: 8px 0 8px 0;
}

body {
    font-family: hack, monospace, sans-serif;
}

i {
    font-size: 8px;
    color: #8b8b8b;
}

::selection {
    background-color: grey;
    color: azure;
}

.what {
    width: 525px;
    height: 30px;
    background-color: #0B0B0C;
    float: right;
    font-family: hack; 
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    letter-spacing: 30px;
    box-shadow: 6px 6px 7px #0f0f0f;
    margin-bottom: 10px;
}
.now {
    width: 690px;
    height: 30px;
    background-color: #0B0B0C;
    font-family: hack; 
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    letter-spacing: 30px;
    box-shadow: 6px 6px 7px #0f0f0f;
    margin-bottom: 10px;
}
