export declare const prendyAppStyles = "\n.App {\n width: 100vw;\n height: 100vh;\n}\n\nhtml {\n background: black;\n}\n\n/* html {\n box-sizing: border-box;\n}\n*,\n*:before,\n*:after {\n box-sizing: inherit;\n} */\n\n* {\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n outline: none;\n /* doesn't seem to work */\n /* box-sizing: border-box !important; */\n\n}\n\n/* #scene-canvas {\n width: 320px;\n height: 180px;\n} */\n/* #scene-canvas {\n width: 480px;\n height: 272px;\n} */\n#scene-canvas {\n /* width: 0vw; */\n /* height: 0vh; */\n width: 100vw;\n height: 100vh;\n /* width: 50vw; */\n /* height: 50vh; */\n /* width: 1280px; */\n /* height: 720px; */\n /* width: 480px; */\n /* height: 272px; */\n}\n#scene-canvas:focus {\n outline: none;\n}\n\nbutton.babylonUnmuteIcon#babylonUnmuteIconBtn {\n width: 80px;\n height: 80px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 100px;\n /* padding-top: 10px; */\n background-position: center;\n background-position-y: 62%;\n}\n\n";