:root {
    --background-color: #ffe9cd;
}

* {
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei;
    list-style: none;
}

html, body {
    background-color: var(--background-color);
    color: #404040;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

#content {
    position: relative;
    /* height: 100%; */
    /* display: flex; */
    flex-grow: 1;
    /* justify-content: space-between; */
}