	@font-face {
	font-family: 'NotoEmoji';
	src: url('./NotoEmoji-VariableFont_wght.ttf') format('truetype');
	//---- Noto Emoji is an open-source emoji font. These fonts are licensed under the Open Font License.
	//---- You can use them in your products & projects – print or digital, commercial or otherwise.
	//---- license @ ./OFL.txt
	}
	
	body { 
	background-color: #cccccc;
	padding:0;
	margin:0;
	width:100vw;
	height:100vh;
	overflow:hidden;
	}
	
	#bubble {
	display:block;
	width: 100%;
	height: 100%;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	overflow:auto;
	position:fixed;
	object-fit:contain;
	font-family: NotoEmoji !important;
	}
	
	.download-button {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
	}