body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Trebuchet MS', Verdana, Geneva, Tahoma, sans-serif;
    background-image: url(assets/bg.png);
}

.footer {
    font-size: 9px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

.header {
    padding: 15px;
    border-bottom: 5px solid var(--mcbg);
    position: relative;
    background-color: #ffffff88;
    line-height: 2lh;
}

.page {
    background-color: var(--mcbg);
    color: var(--mcfg);
}

.page, .title {
    text-decoration: none;
    border-radius: 5px;
    padding: 5px;
}

.title {
    text-shadow: 3px 3px 3px var(--mcbg);
    font-family: monospace;
    color: var(--mcfg);
}

.page.active {
    text-decoration: underline;
    background-color: var(--mcfg);
    color: var(--mcbg);
}

.title + .page, .page + .page {
    margin-left: 10px;
}

:root {
    /** h=130.86 **/
    --mcbg: #cce2ba;
    --mcfg: #74b601;
    /** h=130.86 **/
    --scbg: #bdddff;
    --scfg: #2fa3ff;
}

.center {
    margin: auto;
}

.centertext {
    text-align: center;
}

.col {
    max-width: 610px;
    padding-left: 5px;
    padding-right: 5px;
}

.bold {
    font-weight: bold;
}

.mono {
    font-family: monospace;
}

li {
    padding: 5px;
}
