.postTitle a:link, .postTitle a:visited, .postTitle a:active  {
            color: #c9cacc
        }
        body {
            font-family: Georgia, "Bitstream Charter", serif;
            color: #c9cacc;
            background-color: #1d1f21;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.725;
            text-rendering: geometricPrecision;
            min-height: 100%;
            display: flex;
            flex-direction: column;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
        }
        .postTitle2 {
            display: block;
            font-size: 20px;
            margin-block-start: 0.83em;
            margin-block-end: 0.83em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
        }

        #blog-sidecolumn a {
            background: transparent;
            border: 0;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
            background: transparent;
            border: 0;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
        }

        #blog-sidecolumn ul li {
            list-style: square;
            margin-left: 1.3em;
        }
        
        .postCon, .dayTitle {
            display: none;
        }

        .postDesc {
            float: left;
            text-align: right;
            color: #666;
            width: auto;
            position: relative;
            top: -20px;
        }

        .day {
            min-height: 10px;
            height: 10px;
        }

        #sideBar { 
            background-color: #1d1f21;
        }
        ul a {
            margin-right: 15px;
            color: #2bbc8a;
        }

        #profile_block a:nth-of-type(1) {
            letter-spacing: 0.01em;
            font-size: 1.5rem;
            line-height: 2rem;
            font-style: normal;
            font-weight: 700;
            color: #c9cacc;
            margin-top: 0;
            margin-bottom: 0;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
        }

        #profile_block a {
            color: #c9cacc;
        }

        #blog-calendar td {
            color: white
        }

        .topicListFooter>div {
            clear:both
        }