:root {
	--color: #000000;
}
body {
	align-items: center;
	background: var(--color);
	display: flex;
	justify-content: center;
	margin: 0;
}
html,
body {
	height: 100dvh;
}
input {
	zoom: 2;
}