body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#unity-container {
    position: absolute;
    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: 143px;
    height: 130px;
    background: url('logo.jpg') no-repeat center;
    background-size: cover
}

#ohayo-logo {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8vh;
    height: 8vh;
    visibility: hidden;
    background: url('logo.png') no-repeat center;
    background-size: contain;  
}
#ohayo-unity-logo {
    position: absolute;
    left:49%;
    top: 30%;
    width: 20%;
    height: 20%;
    opacity: 0;
    background: url('logo.png') no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
}


#unity-progress-bar-empty {
    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
}