@font-face {
    font-family: IBMPlexSans;
    src: url('IBMPlexSans-Bold.otf');
}

#unity-container {
    width: 100vw;
    height: 100vh;
    max-width: calc(100vh * 9 / 16);
    max-height: 100vh;
    position: relative;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

#unity-progress-bar-empty {
    width: 300px;
    height: 40px;
    background: transparent;
    border: solid white 5px;
    padding: 5px;
}

#unity-progress-bar-full {
    width: 0%;
    height: 100%;
    background: white no-repeat center
}

#unity-progress-bar-progress {
    margin-top: 10px;
    font-size: 2em;
    color: white;
    text-align: center;
    display: block;
    font-family: IBMPlexSans;
}
