body {
	font-family: Arial, sans-serif;
	background: #000000;
	margin: 0;            
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	top:0 !important;
}
.video-container {
	max-width: 800px;
	max-height:70%;
	width: 100%;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: center;
	margin-top:20px;
}
.video-container video {
	width: 100%;
	max-height:70%;
}
.video-title {
	margin: 10px 0;
	font-size: 1em;
	text-align:left;
}
.share-buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.share-buttons a {
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	padding: 10px 15px;
	border-radius: 5px;
}
.share-buttons a.facebook { background: #3b5998; }
.share-buttons a.twitter { background: #55acee; }
.share-buttons a.whatsapp { background: #25d366; }
.share-buttons a.instagram { background: #e4405f; }
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: center;
	z-index: 1000;
	color:black;
}
.popup h2 {
	margin-top: 0;
}
.popup a {
	display:inline-block;
	margin-top: 10px;
	padding: 10px 15px;
	font-size: 1em;
	border: none;
	border-radius: 5px;
	background: #007bff;
	color: #fff;
	cursor: pointer;
	text-decoration:none;
}
.popup a.close {
	background: #ccc;
	margin-left: 10px;
	color:#000;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
		
		

.goog-te-banner-frame.skiptranslate { display: none !important;} 
#goog-gt-tt{display: none !important; top: 0px !important; } 
.goog-tooltip skiptranslate{display: none !important; top: 0px !important; } 
.activity-root { display: hide !important;} 
.status-message { display: hide !important;}
.started-activity-container { display: hide !important;}
		
		
.headline {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}		
	

.headline a {
	color:white;
}	
		   