body {
  background: #000;
  color: #c4c4c4;
  padding: 1em;
  margin: 0;
  margin-left: 20vw;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: .9em;
  text-shadow: 1px 1px #000;
  line-height: 1.5em;
  letter-spacing: .05em;
  overflow: auto;
  overflow-x: hidden;
}

h1 {
  text-align: center;
  font-family: Georgia, Garamond, serif;
  color: #fff;
}

h2 {
  font-family: Georgia, Garamond, serif;
  color: #deb499;
}

h3 {
  font-family: Georgia, Garamond, serif;
  color: #de9999;
}

h4 {
  font-family: Georgia, Garamond, serif;
  color: #d1cfc6;
}

a {
  text-decoration: none;
}

blockquote {
  margin: .5em;
}

li {
  margin-bottom: .5em;
}



.nav {
  background: #36322f;
  padding: .5em;
  margin: .5em;
  display: block;
  transition: .5s;
}
.nav:hover {
  background: #fff;
  transition: .5s;
}
a > .nav {
  font-family: Georgia, Garamond, serif;
  color: #deb499;
}

.subnav {
  background: rgba(54,50,47,0.5);
  padding: .5em;
  margin: .5em;
  display: block;
  transition: .5s;
  font-size: .9em;
  text-shadow: 1px 1px #36322f;
  text-indent: .5em;
}
.subnav:hover {
  background: #fff;
  transition: .5s;
}
a > .subnav {
  font-family: Georgia, Garamond, serif;
  color: #de9999;
}

.subsubnav {
  background: rgba(54,50,47,0.25);
  padding: .5em;
  margin: .5em;
  display: block;
  transition: .5s;
  font-size: .9em;
  text-shadow: 1px 1px #36322f;
  text-indent: 1em;
}
.subsubnav:hover {
  background: #fff;
  transition: .5s;
}
a > .subsubnav {
  font-family: Georgia, Garamond, serif;
  color: #d1cfc6;
  text-decoration: none;
}
  @media only screen and (max-width:700px){
    .nav, .subnav, .subsubnav {
      text-indent: 0;
      word-wrap: break-word;
      font-size: .8em;
    }
  }



.side {
  background: url("https://dumbiee.neocities.org/img/junkbox/ws.jpg") fixed no-repeat top left #fff;
  background-blend-mode: multiply;
  position: fixed;
  height: 100vh;
  width: 20vw;
  margin: 0;
  top: 0;
  left: 0;
  overflow: auto;
}
.side h1 {
  font-size: 1em;
}



.sect {
  background: #1b1b1b;
  padding: 1em;
  margin: 1em;
}