body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.instruction {
	color: white;
	background-color: rgba(0, 0, 255, 0.7);
	font-size: small;
	position: absolute;
	width: 50%;
	top: 8px;
	left: 25%;
	z-index: 1;
}

.instructionPlane {
	color: white;
	background-color: rgba(0, 0, 255, 0.7);
	font-size: small;
	position: absolute;
	width: 20%;
	bottom: 8px;
	left: 40%;
	z-index: 1;
}

.progress {
	color: white;
	background-color: rgba(0, 0, 255, 0.7);
	font-size: small;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: auto;
}