* {
	margin: 0;
}

body {
	font-family: "Inter", sans-serif;
	color: #fff;
	user-select: none;
	touch-action: none;
	background-image:
		linear-gradient(0deg, rgba(27, 8, 64, 0.75), rgba(27, 8, 64, 0.75)),
		url(/img/games-pool-readybg.jpg);
	background-position: center;
	background-size: cover;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

#info {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: center;
}

input[type="text"] {
	font-family: inherit;
	font-size: 24px;
	border: none;
	border-radius: 6px;
	padding: 6px 12px;
	text-align: center;
	width: 256px;
}

button {
	font-family: inherit;
	font-size: 20px;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	font-weight: 600;
}

p {
	font-size: 20px;
}

h1 {
	font-size: 32px;
}

#game {
	width: 100vw;
	height: 100vh;
}

.hstack {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 16px;
}

a {
	color: inherit;
	opacity: 0.5;
	text-decoration: none;
}
