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

#toc {
    position: fixed;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    overflow: auto;
    border-right: 1px solid white;
    padding: 10px;
}

#blogContent {
   font-weight: 500;
   font-size: 1.05em;
    color: #DDDDDD;
   background-color: #101013;
    margin-left: 21%;
    padding: 10px;
    line-height: 1.7; /* Adjusts the line spacing */
}

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

ul {
    list-style-type: none;
    padding: 0;
}

li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px; /* Adds space between TOC items */
}

li a {
    color: white;
    text-decoration: none;
}

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

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

a:hover {
    text-decoration: underline;
}
