body {
	padding:0;margin:0;
	overflow:hidden;
	background-color: rgb(25,25,25);
	user-select: none;
	-webkit-user-select : none;
	font-family: 'Tomorrow', sans-serif;
}
#container{
    position:absolute;
    width:100%;
    height:100%;
    box-shadow:  0 0 2px white;
}
#canvas {
	position:absolute;
	top:0;
}
#Fps {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: white;
	display:none;
	flex-direction: inline;
	align-items:center;
	font-size: 0.6em;
}
#nbrfps{
	background-color:rgba(100,100,100,0.2);
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50% ;
	margin-left:5px;
	font-size: 1.5em;
}
#checkbowaudio{
	position: absolute;
	bottom:30px;
	right:20px;
	color:white;
	font-size: 1.5em;
	z-index:3;
}
#info{
	position:absolute;
	top:5px;
	left:10px;
	color:white;
	font-size:1.5em;
	transition:0.1s;
}
#endgame{
	position:absolute;
	width:100%;
	height:100%;
	color:white;
	display:none;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	text-align:center;
	font-size:2.5em;
}

#score{
	font-size:0.8em;
}
