body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-image: url('bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

iframe {
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%,0) !important;
}

#unity-container {
    text-align: center;
}

#unity-canvas {
    width: 100%;
    height: 100%;
}

#custom-logo,
#custom-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#custom-logo {
    background-image: url('Loading Icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 50%;
    max-width: 300px;
    max-height: 300px;
}

#custom-loader {
    margin-top: 100px;
    width: 250px;
    height: 24px;
    border-style: solid;
    border-radius: 16px 16px;
    border-color: #863bff;
    background: rgb(255, 255, 255);
}

#custom-loader .fill {
    position: absolute;
    top: 1.5px;
    left: 2px;
    width: 0%;
    height: 90%;
    border-radius: 16px 16px;
    transform: translateZ(0);
    background: linear-gradient(90deg, #863bff 0%, #c294ff 100%);
}

#custom-loader .label {
    position: relative;
    top: -30px;
    font-size: 25px;
    text-align: center;
    font-family: sans-serif, calibri;
    color: white;
}
