@font-face {
    font-family: 'Kind and Rich - Personal Use';
    src: url('./KindandRichPersonalUse.woff') format('woff'), url('./KindandRichPersonalUse.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    background: rgb(234, 249, 50);
    background: radial-gradient(circle, rgba(234, 249, 50, 1) 0%, rgba(248, 175, 16, 1) 100%);
    overflow: hidden;
}

#unity-container {
    /* position: absolute */
    display: flex;
    align-items: center;
    justify-content: center;
}


/* #unity-container.unity-desktop {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
} */

#unity-container.unity-mobile {
    width: 100%;
    height: 100%
}

#unity-canvas {
    background: url('loading.jpeg') no-repeat center;
    background-size: cover;
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

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

#unity-progress-bar-empty {
    width: 370px;
    height: 25px;
    margin-top: 10px;
    background: url('empty_load.png') no-repeat center;
    border-radius: 30px;
}

#unity-progress-bar-full {
    width: 0%;
    height: 25px;
    margin-top: 10px;
    border-radius: 30px;
    background: url('full_load.png') no-repeat center
}

p {
    font-family: 'Kind and Rich - Personal Use';
    text-align: center;
    color: #fff;
    font-size: 65px;
    margin-top: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#unity-footer {
    position: relative;
    display: none;
}

.unity-mobile #unity-footer {
    display: none
}

#unity-webgl-logo {
    float: left;
    width: 204px;
    height: 38px;
    background: url('webgl-logo.png') no-repeat center
}

#unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px
}

#unity-fullscreen-button {
    float: right;
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center
}