body {
    padding: 0;
    margin: 0
}

#unity-container {
}

#unity-container.unity-desktop {
}

#unity-container.unity-mobile {
    display: none;
}

#canvas-container {
    max-width: 1280px;
    max-height: 720px;
    aspect-ratio: 16/9;
    margin: auto;
}

#unity-canvas {
    width: 100%;
    height: 100%;
    background: #231F20;
    margin: auto;
    display: block;
}

#unity-loading-bar {
    display: block;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    margin-top: -40%;
    display: none
}

#unity-logo {
    width: 154px;
    height: 130px;
    background: url('unity-logo-dark.png') no-repeat center
}

#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    margin-left: 6.5px;
    background: url('progress-bar-empty-dark.png') no-repeat center
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-full-dark.png') no-repeat center
}

#unity-footer {
    max-width: 1280px;
    widht: 100%;
    height: 50px;
    margin: auto;
    margin-bottom: 20px;
}

#unity-webgl-logo {
    float: left;
    width: 204px;
    height: 38px;
    background: url('webgl-logo.png') no-repeat center
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}

.unity-desktop#app-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    justify-content: flex-start;
    gap: 20px;
    max-width: 1280px;
    widht: 100%;
    margin: auto;
    margin-bottom: 50px;
}

.unity-mobile#app-footer {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    justify-content: center;
    gap: 20px;
}

footer {
    position: relative;
    bottom: 1em;
    left: 1em;
}

footer.unity-mobile {
    position: absolute;
}