* {
	margin: 0;
	padding: 0;
}

html,
body {
	min-height: 100vh;
	min-width: 100vw;
}

:root {
	background-color: rgba(0, 0, 0, 0.95);
	color: rgba(255, 255, 255, 0.95);
	font-size: 28px;
}

body {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
