.center {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid green;
}
