#top-screen,
#bottom-screen {
	background-color: #262626;
	color: #f6f6f6;
	-webkit-user-select: none;
	        user-select: none;
	position: relative;
	text-align: center;
}

#bottom-screen {
	display: block;
}

#canvas {
	margin-top: 4px;
}

#status {
	display: none;
	font-size: 30px;
	font-weight: bold;
	line-height: 217px;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 400px;
}

#start-container {
	margin-top: 10%;
	margin-bottom: 5%;
}

#start {
	background: #c7c7c7;
	border: 4px solid #767676;
	border-radius: 10px;
	color: #262626;
	cursor: pointer;
	font-size: 30px;
	font-weight: bold;
	height: 60px;
	width: 150px;
}

#stats {
	margin-top: 1%;
}

#food-icon {
	background-color: red;
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	width: 10px;
}

#gamemodes > * {
	background-color: #004900;
	color: white;
	border: #006400 2px solid;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}