body {
    padding: 0;
    margin: 0
}

#unity-container {
    position: fixed;
    width: 100%;
    height: 100%;
}

#unity-canvas {
    width: 100%;
    height: 100%;
    background: #231F20
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

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

#unity-progress-bar-empty {
    margin-left: auto;
    margin-right: auto;
    width: 141px;
    height: 18px;
    margin-top: 10px;
    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-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}

#logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10%;
}

img{
    width:80%;
    height: auto;
}


LoadingText {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    color:aliceblue;
    text-align:center;
}

logospacing{
    
    display: flex;
    justify-content: center;
    align-items: center;
    max-width:100%;
    height: auto;
    margin: 50px;
    
}
ArxyLogoSpacing{
    display: flex;
    justify-content:center;
    align-items: center;
    float: left;
    max-width:100%;
    margin-top: 20px;
    margin-bottom: 100px;
}