body {
    padding: 0;
    margin: 0
}

#unity-container {
    position: fixed;
    width: 100%;
    height: 100%
}

#unity-canvas {
    width: 100%;
    height: 100%;
    display: none;
}

#loading-container {
    width: 100%;
    height: 100%;
    background: rgba(8, 56, 76, 1) radial-gradient(74.07% 70.72% at 47.08% 49.42%, rgba(0, 0, 0, 0) 42.5%, rgba(0, 0, 0, 0.3) 100%);
    justify-content: center;
    align-items: start;
    display: none
}

#loading-label-bg {
    width: 429px;
    height: 77px;
    border-radius: 4px;
    margin-top: 32px;
    background: #063D54D9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-text {
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: Cerebri Sans, sans-serif;
}

@font-face {
    font-family: Cerebri Sans;
    src: url(cerebri-sans-bold.otf) format("opentype");
}

@media only screen and (max-width: 600px) {
    #loading-label-bg {
        width: 385px;
        height: 69px;
        border-radius: 4px;
        margin-top: 28px;
    }

    #loading-text {
        font-size: 20px;
    }
}
