
body {
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
	background-color: #f0f0f0;
	overflow:hidden !important;
}
iframe {
	position: fixed;
	top: 0;
	left: 0;
	border: none;
	width: 100% !important;
	height: 100% !important;
}

.pwa-install-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	border: none;
	background-color: #ffffff;
	width: 100% !important;
	height: 100% !important;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1000 !important;
}

.pwa-install-button {
	background-color:#00b5bf;
	color: white;
	padding: 15px 30px;
	font-size: 18px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	transition: background-color 0.3s;
	display: none;
}

.pwa-install-button:hover {
	background-color: #02757b;
}

#ios-pwa-prompt{
	display: none;
	text-align: center;
	margin: 10px;;
}