/* Default Stylings Not Covered by Other Stylesheets */

html:fullscreen,
body:fullscreen {
-webkit-background-color: lightblue !important; /* Safari-specific fullscreen background */
background-color: lightblue !important;
}

#backgroundCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: lightblue;
    z-index: 0;
    pointer-events: none;
}

#gameCanvas {
    background-color: white;
}
