body {
	background-color: #18181b;
	color: #fff;
}

.container {
	--height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item {
	padding: 20px;
	--width: 10em;
}