body {
    background: #f6f4ef;
    color: #1c2421;
}

main {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: calc(100vh - 152px);
}

.iching-footer {
    background: #fffdf8;
    border-top: 1px solid #e8e1d6;
    padding: 1.5rem 0;
    margin-top: 0;
}
