html {
    margin: 0;
    padding: 0;
    background: black;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border: none;
    padding: 0;
}
#background {
    background: white;
}
#nullground, html[data-gb-palette="0"] #nullground {
    background: #cccccc;
    mix-blend-mode: multiply;
}
html[data-gb-palette="1"] #nullground {
    background: #bfe7f2;
}
html[data-gb-palette="2"] #nullground {
    background: #d0d1f6;
}
html[data-gb-palette="3"] #nullground {
    background: #eabdff;
}
html[data-gb-palette="4"] #nullground {
    background: #f0b2d8;
}
html[data-gb-palette="5"] #nullground {
    background: #f9a59b;
}
html[data-gb-palette="6"] #nullground {
    background: #fcf0be;
}
html[data-gb-palette="7"] #nullground {
    background: #d5fcbb;
}
html[data-gb-palette="8"] #nullground {
    background: #bdf0df;
}
