body, html, canvas {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: sans-serif;
}
#images {
	display: none;
}
#stats {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 200px;
	padding: 5px;
	background: white;
	border-radius: 10px;
	display: none;
}
#rocketBuilder {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	background: white;
	border-radius: 10px;
	height: calc(100% - 40px);
	width: 400px;
	display: none;
	user-select: none;
}
.heading {
	font-size: 30px;
	margin: 0;
}
.button {
	padding: 10px 20px;
	background: #2d4a80;
	color: white;
	user-select: none;
	cursor: pointer;
	border-bottom: 4px solid #142a52;
	border-right: 4px solid #142a52;
}
.button:active {
	border: transparent;
}
#switchRoom {
	font-size: 30px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}