body {
    overflow: hidden;
}

#unity-canvas {
    background: #ffffff;
    width: 100vw;
    height: 99.3vh;
}

#loadText,
#errorText {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
}
