.fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
	z-index: -1;
  
}
.count {
	text-align: center;
	color: aliceblue;
	font-size: 6em;
}

.ads {
	margin: auto;
	padding: 0;
	align-content: center;
	text-align: center;
	z-index: 9;
	opacity: 0.7;
}
.hiddenText {
	position: fixed;
	color: rgba(255,255,255,0.001);
	z-index: -99;
	visibility: hidden;
}


