
#jsOff{
	position: fixed;
	color: red;
	text-align: center;
	box-shadow: 0px 1px 5px 3px rgb(26, 0, 0);
	
	width: 50%;
	height: 50%;
	
	top: 25%;
	left: 25%;
	
	opacity: 0.8;
	background-color: black;
}

#txtJsOff{
	position: relative;
	top: 40%;
}