#splash {
    width: 100%;
    max-width: 750px;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: #171717 url(./publisher-splash.e1858.webp) no-repeat center;
    background-size: 50%;
}

#GameCanvas {
    visibility: hidden;
}

#GameDiv {
    position: relative;
    margin: 0 auto;
}

#BackgroundLeft {
    background: url(./dragon-left.de708.webp)
}

#BackgroundRight {
    background: url(./dragon-right.e4065.webp)
}

#BackgroundLeft, #BackgroundRight {
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
}

body {
  padding-top: env(safe-area-inset-top);
}
