#unity-container {
    width: 960px;
    height: 600px;
    margin: auto;
    flex: 0 1 auto;
    outline: 3px solid white;
}

#canvas {
    width: 960px;
    height: 600px;
    margin: auto;
    flex: 0 1 auto;
}

body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url('assets/Background.png');
    background-color: black;
    background-size: 50%;
    text-align: center;
}