@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

:root {
	--bg-color: #77d3d0 ;
}

body {
	font-family: "Press Start 2p";
	font-size: 30px;
	text-align: center;
	background-color: var(--bg-color);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* .score { */
/* 	background-color: var(--info-bg-color); */
/* 	display: flex; */
/* 	justify-content: center; */
/* } */
/**/

#canvas {
	background-image: url("./img/background.png");
	/* width: 600px; */
	/* height: 500px; */
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pause-button {
	margin-top: 30px;
	font-weight: bold;
	font-size: 20px;
}
