body {
    font-family: Georgia;
    padding: 20px;
    display: flex;
    justify-content: center;
    line-height: 22px;
}

h1 {
    line-height: 40px;
}
.container {
    max-width: 800px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
}

.date {
    color: #777777;
}

pre[class*="language-"] {
    padding: .5em !important;
}
code[class*="language-"] {
    font-size: 14px !important;
}

#HCB_comment_box {
    margin-top: 100px;
}

@media screen and (max-width: 500px) /* Mobile */ {
    body {
        padding: 5px;
    }

    .container {
        max-width: none;
    }
  }
