html, body {
    min-width: 280px;
    width: 100%;
    height: 100%;
    float: left;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: verdana, sans-serif;
    position: relative;
    background: #fffcf3;
    font-size: 13px;
    line-height: 19px;
}

b {
    color: #154a36;
}

a {
    text-decoration: none;
    color: #6800d5;
    font-weight: bold;
    font-family: monospace, arial, serif;
    font-size: 14px;
}

a:hover {
    text-decoration: underline;
}

.MJXc-display {
    text-align: left !important;
    padding: 1em 40px 1em 40px !important;
    margin: 0 !important;
}

.code {
    white-space: nowrap;
    overflow-x: scroll;
    font-family: monospace;
    overflow-x: scroll;
    background: #efefef;
    font-size: 13px;
    line-height: 18px;
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.code-file-name {
    color: #787230;
    font-weight: bold;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.inline-code {
    background: #efefef;
    padding: 0 2px 0 2px;
    border-radius: 2px;
    font-family: monospace;
}

.line {
    float: left;
    width: 100%;
    height: auto;
}

.line-number {
    padding-right: 40px;
    color: #999;
    text-align: right;
    display: inline-block;
    width: 20px;
}

.indent {
    width: 60px;
    display: inline-block;
    height: auto;
}

.floc {
    padding: 4px;
    background: color(display-p3 0.544 0.885 0.784);
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
}

.container {
    width: 100%;
    float: left;
    height: auto;
}

.vertical-middle {
    display: table-cell;
    vertical-align: middle;
}

#wrapper {
    display: flex;
    min-height: 100vh;
}

#menu {
    width: 140px;
    height: auto;
    background: #fffad0;
    border-right: 3px double#c8b93b;
}

#logo {
    width: 185px;
    height: 185px;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#logo-image {
    height: 150px;
    width: 150px;
    background-image: url('/images/me_3.jpg');
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center 6%;
    border-radius: 2px;
    border: 2px solid #fff5dd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 1px #d6d6d6;
    -webkit-box-shadow: 1px 1px 1px #d6d6d6;
    -moz-box-shadow: 1px 1px 1px #d6d6d6;
}

.bio {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 35px 19px 0 19px;
}

#menu-items {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    line-height: 30px;
    font-family: sans-serif;
}

.menu-item {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 22px;
    color: #6800d5;
}

.menu-item a {
    color: #6800d5;
    float: left;
    width: auto;
}

#content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 20px 20px 40px;
    min-height: 1000px;
    flex: 1;
}

.text {
    width: 600px;
    height: auto;
    float: left;
    font-size: 14px;
    margin-bottom: 600px;
    font-family: sans-serif;
    white-space: pre-line;
    line-height: 22px;
}

.MJXc-display {
    text-align: left !important;
    padding: 0 40px 0 40px !important;
    display: inline-block !important;
    margin: 26px 0 0 0 !important;
}

img {
    width: 100%;
}

#footer {
    margin-bottom: 600px;
    height: 800px;
}

.content {
    width: 660px;
    height: auto;
    float: left;
    margin-bottom: 600px;
    line-height: 22px;
}

.image-label {
    font-size: 12px;
}

.orange {
    color: #ce7b00;
}

.blue {
    color: #008eff;
}

.post-title {
    font-family: monospace;
    font-weight: bold;
    color: #154a35;
    display: block;
}

.post-title-h1 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 38px;
}

.post-title-h2 {
    font-size: 22px;
    display: block;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 40px;
}

.post-title-h3 {
    font-size: 16px;
    display: block;
    margin-bottom: 14px;
    margin-top: 32px;
}

@media (max-width: 840px) {
    #content, .content {
        width: 100%;
    }

    #content {
        padding: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #wrapper {
        display: block;
    }

    #menu, #menu-items {
        width: 100%;
        float: left;
        height: auto;
    }

    #menu {
        margin-bottom: 30px;
        border-right: none;
        border-bottom: 3px double #c8b93b;
    }
}