body {
	margin: 0px;
}
canvas {
	width: 100%;
	height: 100%;
}
#menu {
	visibility : hidden;
	position : absolute;
	top : 10%;
	left : 30%;
	width : 30%;
	background-color: #CD853F;
	color : white;
	padding: 2%;
	border-color : #8B4513;
	align-self: center;
	border-radius : 5%;
}
.header {
	justify-content : center;
}
h1 {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#score {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.form {
	justify-content: center;
}
.scoreUpload {
	display: flex;
	justify-content: center;
}
#name {
	margin-right: 2%;
}
#upload {
	border: 0px;
	background-color: #8B4513;
	border-radius: 5px;
	color: white;
}
.restart {
	display: flex;
	justify-content: center;
	margin-top: 5%;
}
#restart {
	border: 0px;
	background-color: #8B4513;
	padding: 3%;
	border-radius: 10px;
	font-size: 20px;
	color: white;
}
.scoreboardTabs {
	display: flex;
	justify-content: center;
}
.scoreboardTabsList {
	display: inline-flex;
	list-style: none;
	margin-bottom: 0px;
}
.scoreboardTabsItem {
	margin-left: 2%;
	margin-right: 2%;
}
.scoreboardTabsButton {
	height: 100%;
	border: 0px;
	background-color: rgba(0, 0, 0, 0);
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.scoreboardTable {
	display: flex;
	justify-content: center;
}
#scoreboard {
	align-self: center;
	background-color: #8B4513;
	border-radius: 15px;
	padding: 3%;
}
.table {
	
}
.tableHeader {
	margin-left: 10px;
	margin-right: 10px;
}
footer {
	font-size: 10px;
}