body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#unity-canvas {
    width: 1600px;
    height: 800px;
    background: #231F20;
}