

      #unity-container {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
      }

      #unity-canvas {
          max-width: 100%;
          max-height: 100%;
          width: 100%;
          height: 100%;
          background: #231F20;
      }