html,
body {
    touch-action: none;
}

body {
    margin: 0;
    padding: 0;
}

#unity-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#unity-canvas {
    background: #ffffff;
    position: inherit;
    width: 100%;
    height: 100%;
}

#logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    width: 140px;
    height: 70px;
    background: url('../images/logo.jpg') no-repeat center;
}

#loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url('../images/progress-bar-empty.png') no-repeat center;
}

#progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('../images/progress-bar-full.png') no-repeat center;
}
