#unity-container * { border: 0; margin: 0; padding: 0; }

#unity-container.unity-desktop {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
}

#unity-footer {
    margin-top: 5px; 
    height: 38px; 
    line-height: 38px; 
    font-family: Helvetica, Verdana, Arial, sans-serif; 
    font-size: 18px;
}

#unity-webgl-logo, #unity-build-title, #unity-fullscreen-button {
    height: 100%; 
    display: inline-block; 
    background: transparent center no-repeat;
}

#unity-webgl-logo {
    background-image: url('webgl-logo.png'); 
    width: 204px; 
    float: left;
}

#unity-build-title {
    margin-right: 10px; 
    float: right;
    color: #38728B;
}

#unity-fullscreen-button {
    background-image: url('fullscreen.png'); 
    width: 38px; 
    float: right;
    cursor: pointer;
}

#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;
    padding-bottom: 50px;
    background-position: 50% 30%;

    width: 400px;
    height: 400px;
}

#custom-loader {
    margin-top: 155px;
    width: 80%;
    height: 50px;
    background: #2E3E60;
    box-shadow: 0px 0px 15px 5px black;
    border-radius: 25px;
}

#custom-loader .fill {
    width: 0%;
    height: 100%;
    background: #38728B;
    border-radius: 25px;
}

#custom-loader .label {
    position: relative;
    top: -50px;
    font-size: 35px;
    text-align: center;
    font-family: 'Audiowide', cursive;
    color: #D1E8E1;
}

body {
    background-color: #0D1021;
    background-size: cover;
}

html {
    background: url('StarryBG.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#unity-container {
    background: rgba(0, 0, 0, 0) !important;
}
