body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    padding-top: 75px;
    margin: 8px;
}

header {
    width: 178px;
    margin: 0;
    color: darkslategray;
    font-family: Kanit, sans-serif;
    position: fixed;
    top: 0;
    height: 50px;
    font-size: 32px;
    border-bottom: 3px dashed darkslategray;
    background-color: rgba(255,255,255,0.5);
}

h {
    font-family: Kanit, sans-serif;
    margin-left: 25px;
}

hr {
    display: block;
    margin: 0;
    padding: 0;
    height: 4px;
    border: 0;
    font-size: 32px;
    border-bottom: 3px dashed darkslategray;
    width: 178px;
}

p {
    margin-left: 25px;
    margin-right: 25px;
    line-height: 1.4rem;
}

code {
    font-family: monospace;
    background: lightgray;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1.2rem;
}

.codeblock {
    width: 80%;
    font-family: monospace;
    background: lightgray;
    display: inline-block;
    padding: 20px;
    font-size: 1.2rem;
    margin-left: 50px;
    margin-right: 50px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: darkslategray;
}

a:hover {
    text-decoration: underline;
    color: lightgray;
}

.small {
    font-size: 0.8rem;
    margin-left: 0;
}
