:root {
    --active-brightness: 0.85;
    --border-radius: 13px;
    --font-size: 14px;
    --box-shadow: 2px 2px 10px;
    --color-bg: #ffffea;
    --color-bg-secondary: #eeee9e;
    --color-text: #000000;
    --color-shadow: #99994C;
    --color-secondary: #eaffff;
    --color-secondary-accent: #9EEEEE;
    --color-text-secondary: #8888CC;

    --color-column-default: #8888cc;
    --color-column-modified: #000099;
    --font-family: monospace
}

html, body{
    height: 100%;
    background: var(--color-bg);
    font-size: var(--font-size);
    color: var(--color-text);
}

#post, #blog {
    background: var(--color-bg);
    font-family: var(--font-family);
}

#post-footer {
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--color-shadow);
}

footer {
    visibility:hidden;
}
