body {
  background-color: black;
  color: white;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

 
#all{
background-color: black;
width: 915px;
margin: 0 auto;
margin-top: 25px;
opacity: 0.975;
}
 
#side{
background-color: black;
float: left;
width: 200px;
position: fixed;
}
 
#sidepadding{
padding: 10px;
}
 
.sideimgholder{
display: flex;
justify-content: center;
align-items: center;
}
 
#sideimg{
width: 175px;
}
 
#nav{
font-size: 14px;
padding: 5px 0px 5px 0px;
}
 
ul{
margin: 0px;
padding-left: 0px;
width: 175px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
 
li{
width: 71px;
display: inline;
float: left;
}
 
#sidecontent{
font-size: 13px;
text-align: justify;
}
 
.divider{
border-top: 1px dashed gray;
}
 
#main{
background-color: black;
float: right;
width: 700px;
}
 
.subheaders{
margin: 0px;
font-weight: normal;
letter-spacing: 1.5px;
font-size: 14.5px;
line-height: 15px;
color: white;
background-color: black;
}
 
.maincontent{
padding: 10px 15px 15px 15px;
text-align: justify;
font-size: 14px;
letter-spacing: 1px;
}
 
a{
text-decoration: none;
color: white;
}
 
a:visited{
color: white;
}
 
a:hover{
font-style: italic;
}
 
a:active{
font-weight: bold;
}
 
::-webkit-scrollbar{
width: 8px;
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: grey;
}