@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	background-color: rgb(25, 25, 25);
	color: rgb(200, 200, 200);
	font-family: "Open Sans", sans-serif;
	font-size: 1.75vh;
}

center {
	display: block;
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
}

#counterContainer {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

#counterContainer > img {
	image-rendering: pixelated;
	width: 8vh;
}

center > p {
	text-align: center;
}

button.accent {
	background-color: #b760ff;
	border: 1px solid #c17afc;
	border-radius: 0.5vh;
}

button {
	padding: 1vh 2vh 1vh 2vh;
	cursor: pointer;
	font-size: 1.75vh;
}

text {
	margin-top: 1vh;
	display: block;
}

.nowrap {
	text-wrap: nowrap;
}

.qr {
	width: 16vh;
}