body {
  background-color: #0A0027;
  color:aliceblue;
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;

  }

.sidebar {
    background-color:#100E57;
    box-sizing: content-box;
    max-width:12%;
    padding: 1%;
    position:static;
    float:left;
    margin:1%;
    
}

.sitecon {
    box-sizing: border-box;
    max-width:100%;
    padding: 3%;
    justify-content: center;

}

.navbars {
    box-sizing: border-box;
    max-width:100%;
    justify-content: center;
    
}

.nav {
    box-sizing: border-box;
    list-style-type: none;
    justify-content: left;
    
}

.changelog {
    overflow:auto;
}