
/* @import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap'); */
@import url('https://fonts.cdnfonts.com/css/cooper-black');


body {
	margin: 0;
	background-color: #000;
	/* color: #fff; */
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;


	overscroll-behavior: none;
	touch-action: none;
	/* color: #333; */
	user-select: none;

canvas {
	pointer-events:auto;
	-webkit-user-select:none;
	user-select:none
}



a {
	color: #ff0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	cursor: pointer;
	text-transform: uppercase;
}

#info, #infoLeft {
	color: #fff;
	position: absolute;
	top: 0px;
	/* width: 100%; */
	padding: 10px;
	right: 0px;
	box-sizing: border-box;
	text-align: right;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	text-shadow: black 1px 1px;
	font-family: 'Cooper Black', sans-serif;

	/* display: none; */
}

#infoLeft {
	text-align: left;
	left: 0px;
}

a, button, input, select {
	pointer-events: auto;
}

@media (min-aspect-ratio: 1.0) {
 #countdown {
	font-size: 20em;
 }
}
