div {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid black;
	height: 100px;
	text-align: center;
}
