body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 18pt;
	background: #7f7f7f;
}

.js-geopattern,
#string {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

input {
	text-align: center;
	color: rgba(230, 230, 230, 0.8);
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: 0;
	font-size: inherit;
}

input::-ms-clear {
	display: none;
}
