html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #000;
}

#unity-container {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#unity-container.unity-desktop {
    position: fixed;
    inset: 0;
    transform: none;
}

#unity-container.unity-mobile {
    width: 100%;
    height: 100%;
}

#unity-canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
   
}

.unity-mobile #unity-canvas {
    width: 100% !important;
    height: 100% !important;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#unity-logo,
#unity-progress-bar-empty,
#unity-progress-bar-full {
    display: none;
}

#unity-footer,
#unity-webgl-logo,
#unity-build-title,
#unity-fullscreen-button {
    display: none;
}

#unity-warning {
    position: fixed;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    z-index: 10;
}
