body {
    background-color: black;
    color: #DD4444;
    font-family: 'Courier New', Courier, monospace;
}

#toc {
    position: fixed;
    right: 0;
    font-size: 1.1em;
    top: 0;
    width: 35%;
    height: 100%;
    overflow: auto;
    border-left: 2px dashed #CC3333;
    padding: 5px;
    height: calc(100vh - 110px);
}

.postTitle {
    font-size: 22px;
    margin-top: 20px;
}

#blogContent {
    margin-right: 31%;
    padding: 10px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 100px;
    margin-right: 21%;
}

#bibliography {
    font-size: 0.8rem;
    bottom: 0;
    padding: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #DD4444;
    box-sizing: border-box;
    border-top: 2.5px double #CC3333;
}
.content-section {
   display: none;
}
ul {
    list-style-type: none;
    padding: 0;
}

li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

li a {
    color: #BB2222;
    text-decoration: none;
}

li a:hover {
    text-decoration: underline;
}

a, a:visited, a:hover, a:active {
    color: #DD4444;
    text-decoration: none;
}

a:hover {
    color: #FFCC00;
    text-decoration: underline;
}
 p {
    max-width: 75%;
    float: left;
    margin: 0;
    padding: 10px;
  }
