body {
	height: 100vh;
	background-color: #fff;
	margin: 0%;
	padding: 0%;
	overflow: hidden;
}
img {
	z-index: -1;
}
#touch {
	z-index: 2;
	background-color: transparent;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}
#touch:hover {
	text-decoration: none;
	cursor: pointer;
}
.counter {
	position: absolute;
	text-align: center;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%);
}