a {
    text-decoration: none;
    color: #0056C2;
}
a:hover {
    text-decoration: underline;
    color: #003E8C
}
#title-bar {
    background: #0056C2;
    padding: 1ex 0;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
}
#title-bar a:hover,
#title-bar a:visited,
#title-bar a:link,
#title-bar a:active {
    color: #DDDDDD;
    text-decoration: none;
    font-weight: 800;
}
#title-bar a:hover {
    text-decoration: underline;
}
#title-bar > span{
    padding: 1ex;
    margin: 0.5ex 3ex;
}
#title-bar > span:first-child {
    margin: 0.5ex 3ex 0.5ex 0;
}
#title-bar > span:last-child {
    margin: 0.5ex 0 0.5ex 3ex;
}
.footer {
    text-align: center;
    font-weight: 300;
    color: #DDDDDD;
    background: #0056C2;
    padding: 1ex 1ex;
}
body {
    padding:0;
    margin:0;
    background-color: #DDDDDD;
}
#content-container {
    padding: 10ex 24px 5ex 24px;
    width: 80%;
    max-width:1000px;
    margin: auto;
    background-color: #F8F8F8;

    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body {
    font-family:  "Roboto", "Microsoft Yahei", "WenQuanYi Zen Hei", "WenQuanYi Zen Hei", "Fira Sans", "Noto Sans", "DejaVu Sans", "Tahoma", sans-serif;
}

code{
    font-family:  "Menlo", "Consolas", "Hack", "Jetbrains Mono", "Jetbrains Mono NL", "Source Code Pro", "DejaVu Sans Mono", "WenQuanYi Micro Hei Mono", "WenQuanYi Zen Hei Mono";
    color: #586e75;
    background-color: #f0f0f0;
}

pre{
    font-family:  "Menlo", "Consolas", "Hack", "DejaVu Sans Mono", "WenQuanYi Micro Hei Mono", "WenQuanYi Zen Hei Mono";
    overflow-x: auto;
    /* font-size: small; */
    /* Solarized, but in gray scale */
    color: #586e75;
    background-color: #f0f0f0;
}
