.body {
    background-image: url("DotsBackground.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.enterUsername {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2%;
	z-index: 1;
	font-family: Arial;
	font-size: 24;
}

.blurred-box{
	position: fixed;
	top: 35%;
	left: 32.5%;
	background: inherit;
	border-radius: 2px;
	overflow: hidden;
	background-color: white;
}

.blurred-box:before{
	content: '';
	width: 35%;
	height: 35%;
	background: inherit; 
	position: fixed; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0.05);
	filter: blur(10px);
}

.container {
	position: relative;
}

.lobbies{
	float: left;
	padding-top:1%;
}

#displayUsername{
	float: right;
	padding-top: 3%;
}

.blurred-box-lobbies{
	position: fixed;
	width: 100%;
	top: 0%;
	left: 0%;
	background: inherit;
	border-radius: 2px;
	overflow: hidden;
	z-index: -1;
	background-color: white;
}

.blurred-box-lobbies:before{
	content: '';
	width: 100%;
	height: 100%;
	background: inherit; 
	position: fixed; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0.05);
	filter: blur(10px);
	z-index: -1;
}

#initialTimer{
	font-size:72px;
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2%;
	z-index: 1;
}

#timer{
	text-align: center;
}

#easyTarget{
	background-color: blue;
	border-radius: 50%;
	height: 60px;
	width: 60px;
}

#mediumTarget{
	background-color: red;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

#hardTarget{
	background-color: green;
	border-radius: 50%;
	height: 20px;
	width: 20px;
}

#ultraTarget{
	background-color: orange;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}

#finalScore{
	font-size:72px;
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2%;
	z-index: 1;
}

.contain{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Arial;
	font-size: 24;
}

#menuBtn{
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 75%;
	left: 55%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-family: Arial;
	font-size: 24;
}

#playAgainBtn{
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 75%;
	left: 45%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-family: Arial;
	font-size: 24;
}

#hostBtn{
    text-align: center;
	overflow: hidden;
	position: fixed;
	top: 20%;
	left: 53%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-family: Arial;
	font-size: 24;
}

#joinBtn{
    text-align: center;
	overflow: hidden;
	position: fixed;
	top: 20%;
	left: 47%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-family: Arial;
	font-size: 24;
}

#roomCode{
    font-size:48px;
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2%;
	z-index: 1;
}

.contain1{
    text-align: center;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2%;
	z-index: 1;
}