body{
	background-color: rgb(109, 109, 112); 
}


div#game_over_screen, div#paused_screen, div#start_screen{
	display: none;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: gray;
	opacity: 0.75;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 2rem;
	color: white;
	font-weight: bold;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	user-select: none;
}

div#start_screen{
	opacity: 0.9;
	background-color: black
	
}

div#start_screen input[type="button"]{
	border: 1px solid gray;
	color: white;
	background-color: black;
	font-family: Terminal;		
}

div#start_screen span.dsecription{
	color: white;
	font-family: Terminal;	
	font-size: 0.8rem;
	padding-left: 5px;
	padding-right: 5px;
}

div#start_screen table{
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

span.row{
	display:block;
	text-align: center;
	margin-top: 3px;
}

input#clickStartButton{
	font-size: 1.2rem;
}

select#gameModeSelector{
	/*display: block;
	width: 100/;
	max-width: 200px;*/
}

div#start_screen table td{
	text-align: center;
}

div#menu{
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;	
	display: block;
	width: 200px;	
}

div#menu input{
	/*font-size: 4vw;*/
	border: 1px solid gray;
	color: white;
	background-color: black;
	font-family: Terminal;	
}

canvas#tetrisGame, canvas#tetrisMenu, canvas#tetrisInput{
	clear: both;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

canvas#tetrisMenu{
	margin-bottom: 9px;
}

.shadowed{
	box-shadow:
    inset 0 -3em 3em rgb(0 0 0 / 10%),
    0 0 0 2px rgb(216, 217, 232),
    0.3em 0.3em 1em rgb(0 0 0 / 60%);	
}

span#fpsCounter{
	color: white;
	font-weight: bold;
	maring-left: 5px;
	font-family: Terminal;	
	font-size: 0.8rem;
}
