.content {
    max-width: unset;
    margin: 0 auto !important;
    padding: 0 2vw !important;
}

ul.toc li a {
    color: #333332;
}


/* post related css */

video {
    border: 1pt dashed;
    margin: 3pt;
    max-width: 100%;
}

.content article:last-child {
border-bottom: 0px;
}

.post .post-content img {
max-width: 100%;
margin: 0 auto;
}


.post .post-content p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    max-width: 64em;
}

 .post .post-content li {
     font-size: 1.2rem;
    line-height: 1.5em;
}

pre {
padding: 8px 12px;
overflow-x: scroll;
}

pre, code {
font-size: 15px;
border: 1px solid #e8e8e8;
border-radius: 3px;
}

pre > code {
border: 0;
padding-right: 0;
padding-left: 0;
}

code {
padding: 1px 5px;
}

.post .post-content figure {
margin: 0;
}

.highlight {
background: #fff;
}


.site-footer {
    margin: 0 auto;
    padding: 48px 0;
    width: 100%;
    max-width: 640px;
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 17.6px;
}

.site-footer a {
    color: #666;
    text-decoration: none;
}

.header {
    color: white;
    background: rgb(48,49,53);
    padding: 1em;
}

.header a, .header h1, .header h2, .header h3{
    color: white;
}

footer {
    color: white;
    background: rgb(48,49,53);
    padding: 1em;
}

footer a, footer h1, footer h2, footer h3 {
    color: white;
}

footer .learning ul {
    height: 25em;
}

.index {
    column-count: 3;
    column-width: 25em;
}

footer .column h3 {
    height: 3em;
}