body {
	background: white; /*#c5e6f8;*/
}

body.noscroll {
	overflow: hidden;
}

html {
	position: relative;
}

body,
html,
.scene {
	height: 100%;
	width: 100%;
}

.play-button {
	color: #699934;
	cursor: pointer;
	font-size: 64px;
}

#postgame {
	color: #185578;
	font-size: 60px;
	font-weight: bold;
}

#postgame .fade {
	opacity: .75;
}

.scene.centered {
	display: table;
}

.scene.centered>div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.setup-button {
	color: #185578;
	cursor: pointer;
	font-size: 40px;
	left: 10px;
	opacity: .5;
	position: absolute;
	top: 10px;
}

#score {
	font-weight: bold;
	left: 10px;
	pointer-events: none;
	position: absolute;
	top: 10px;
}

.score-coin {
	height: 1rem;
	margin-top: -0.25rem;
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.score-coin-big {
	height: 60px;
	margin-top: -0.75rem;
	margin-right: -0.25rem;
}

#target {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
}

#target svg {
	height: 25vmin;
	margin: 0 1rem 1rem 0;
	opacity: .75;
	width: 25vmin;
	transition: all .25s ease;
}

#target.grow svg {
	height: 33vmin;
	width: 33vmin;
}

#win {
	height: 33vh;
}