.wishingStar {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	background: #fff;
	padding: 10px;
	color: #000;
	border-radius: 15px;
}

.starSubmit {
	color: black;
}

.coords {
	color: #fff;
	position: fixed;
	top: 10px;
	left: 10px;

}
.console {
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	overflow: hidden;
	height: 95px;
	font-size: 14px;

}
.starCount {
	color: #fff;
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 14px;

}

.moira {
	font-size: 3em;
	color: white;
	margin-top: 10%;
	width: 100%;
	text-align: center;
	position: relative;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	text-transform: uppercase;
	opacity: 100;
	transition: opacity 4s;
}

.hide {
	opacity: 0;
	transition: opacity 4s;
}