body{
	margin: 0;
	font-family: sans-serif;
}
canvas{
	position: absolute;
	top:0;
	left:0;
}

.scoreContainer{
	position: absolute;
	top:0;
	right: 0;
	background-color: rgba(229, 170, 62,0.7);
	color: #fff;
	padding: 0 10px;
	display: none;
}

.scoreContainer h1{
	margin:5px 0;
	font-size: 20px;
}

audio{
	width:0;
	height: 0;
	visibility:hidden;
}

#audio{
	display: none;
}

.audioIcons{
	position: absolute;
	left: 10px;
	top: 10px;
}

.audioIcons img{
	width: 40px;
	height: 40px;
}

.leaderBoardContainer{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left: 0;
	margin: auto;
	border:5px solid white;
	border-radius: 5px;
	/* width:400px; */
	height: 450px;
	display: none;
	align-items: center;
	flex-direction: column;
	background: #ff6f6f;
}

.leaderBoardContainer button{
	border: none;
	padding: 10px;
	background-color:#e5aa3e;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	border-radius: 8px;
	margin-right: 10px;
	border: 4px solid white;
	cursor: pointer;
}

.leaderBoardContainer button:hover{
	background-color: #b58630;
}

.leaderboard{
	width: 100%;
	margin-bottom: 10px;
	color:#fff;
	text-align: center;
	padding-bottom: 30px;

}

.scoreEntry{
	font-size: 25px;
	width:100%;
	border-spacing: 0;
}

.scoreEntry tr{
	border-bottom: 1px solid black;
}

.profilePic{
	display: inline-block;
	width:40px;
	height: 40px;
	border: 2px solid white;
	border-radius: 50%;
}
