body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#unity-container {
    width: 100%;
    height: 100%
}

#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;
    margin-left: -15px;
    width: 300px;
    height: 300px;
}

#custom-loader {
    margin-top: 150px;
    width: 30%;
    height: 20px;
    background: rgb(0, 0, 0);
}

#custom-loader .fill {
    width: 0%;
    height: 100%;
    background: rgb(255, 255, 255);
}

#custom-loader .label {
    position: relative;
    top: -30px;
    font-size: 25px;
    text-align: center;
    font-family: sans-serif, calibri;
    color: white;
}
