body {
    background-color:  #fbf1c7;
    margin: 0;
    width: 100vw;
    height: 100vh;
}

canvas {
    /* display: none; */
    display: block;
    margin: 0 auto;
}

.header {
    justify-content: flex-end !important;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #ebdbb2;
    border-bottom: 1px solid #928374;
    min-height: 10px;
}

.settings{
    background: #fbf1c7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* display: none; */
}

.setting-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #928374;
}

.button0 {
    background: #cc241d;
}

.button1 {
    background: #d79921;
}

.button2 {
    background: #458588;
}

.button3 {
    background: #b16286;
}

.button4 {
    background: #689d6a;
}
