*{
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

body {
	margin: 0;
	padding: 0;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: Monospace;
	font-size: 19px;
	line-height: 24px;
	overscroll-behavior: none;
	overflow: hidden;

}

.turnphone {
	z-index: 150;
	position: absolute;
	font-size: 4px;
}


#info{
	position: absolute;
	width: 100%;
	text-align: center;
	display: none;
}

a{
	color: black;
}
a:visited{
	color: black;
}
button {
	cursor: pointer;
	text-transform: uppercase;
}

#overlay {
	position: absolute;
	font-size: 16px;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgb(255, 255, 255);
}


	#overlay button {
		width: 120px;
		height: 60px;
	
		background: white;
		border: 0;
		border: 3px solid rgb(0, 0, 0);
		border-radius: 4px;
		color: #000000;
		padding: 12px 18px;
		text-transform: uppercase;
		cursor: pointer;
		font-weight: bold;
		transition: .2s ease;


	}
	/* #overlay button:hover {
		color: white;
		background: rgb(0, 0, 0);
	} */
	@media screen and (max-width: 1000px) {
		body {
		  font-size: 15px;
		  line-height: 15px;
		}
	  }
	  	

	@media screen and (max-width: 800px) {
		body {
		  font-size: 12px;
		}
	  }



.buttons {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	position: absolute;
	bottom: 15px;
}

button{
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

#up{
	display: none;
	width: 120px;
	height: 60px;
	text-align: center;
	background: transparent;
	border: 0;
	border: 3px solid rgb(0, 0, 0);
	border-radius: 4px;
	font-weight: bold;


}
#back {
	display: none;
	width: 120px;
	height: 60px;
	text-align: center;
	background: transparent;
	border: 0;
	border: 3px solid rgb(0, 0, 0);
	border-radius: 4px;
	font-weight: bold;
}
#left {
	display: none;
}
#right {
	display: none;
}

.turnphone{
	width: 100%;
	height: 100%;
	background-color: white;
	display: none;
	flex-direction: column;
	justify-content: center;
}

#turnit {
	width: 100%;
	height: auto;
}

/* @media (min-width:641px) {
	.turnphone{
		display: none;
	}
} */

